Html Css Color HEX #37FFDB Turquoise

📋 copy color: '#37FFDB'

red 55 ◦ green 255 ◦ blue 219

#37FFDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #37FFDB

Tints of Turquoise #37FFDB

RGB

 RED value IS 55 (21.88% from 255) = 10.4%

 GREEN value IS 255 (100% from 255) = 48.2%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 10.4%
G = 48.2%
B = 41.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37FFDB (or 0x37FFDB) is known color: Turquoise. HEX triplet: 37, FF and DB. RGB value is (55,255,219). Sum of RGB (Red+Green+Blue) = 55+255+219=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFDB is #C80024. Grayscale: #BFBFBF. Windows color (decimal): -13107237 or 14417719. OLE color: 14417719.

HSL color Cylindrical-coordinate representation of color #37FFDB: hue angle of 169.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFDB is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 219 -
CMYK 0.78 0 0.14 0
HSL 169.2º 1% 0.61% -
HSV(B) 169.2º 0.78% 1% -
XYZ 50.12 77.45 79.32 -
YUV 191.1 143.74 30.93 -
System Red Green Blue C M Y K H S L
Decimal 55 255 219 0.78 0 0.14 0 169.2 1 0.61
Hex 37 FF DB 4E 0 E 0 A9 64 3D
Octal 67 377 333 116 0 16 0 251 144 75
Binary 110111 11111111 11011011 1001110 0 1110 0 10101001 1100100 111101

Color Harmonies of #37FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFDB

Black with #37FFDB

Text Example


Text Example

White with #37FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37FFDB; }

 p { color: rgb(55,255,219); }

 H1.HeaderClassName
 {
   color: #37FFDB;
 }
 .AnyTagClassName
 {
   color: #37FFDB;
 }
</style>

background-color css

<style>
 a { background-color: #37FFDB; }

 a { background-color: rgb(55,255,219); }

 div.DivClassName
 {
   background-color: #37FFDB;
 }
 .BgClassName
 {
   background-color: #37FFDB;
 }
</style>

border-color css

<style>
 span { border-color: #37FFDB; }

 span { border-color: rgb(55,255,219); }

 td.TdClassName
 {
   border-color: #37FFDB;
 }
 .TagClassName
 {
   border-color: #37FFDB;
 }
</style>