Html Css Color HEX #37D9F9 Turquoise

📋 copy color: '#37D9F9'

red 55 ◦ green 217 ◦ blue 249

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

Shades of Turquoise #37D9F9

Tints of Turquoise #37D9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 10.56%
G = 41.65%
B = 47.79%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#37D9F9 (or 0x37D9F9) is known color: Turquoise. HEX triplet: 37, D9 and F9. RGB value is (55,217,249). Sum of RGB (Red+Green+Blue) = 55+217+249=521 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.56% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #37D9F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37D9F9 is #C82606. Grayscale: #ABABAB. Windows color (decimal): -13116935 or 16374071. OLE color: 16374071.

HSL color Cylindrical-coordinate representation of color #37D9F9: hue angle of 189.9º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37D9F9 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 217 249 -
CMYK 0.78 0.13 0 0.02
HSL 189.9º 0.94% 0.6% -
HSV(B) 189.9º 0.78% 0.98% -
XYZ 43.49 57.28 98.39 -
YUV 172.21 171.33 44.4 -
System Red Green Blue C M Y K H S L
Decimal 55 217 249 0.78 0.13 0 0.02 189.9 0.94 0.6
Hex 37 D9 F9 4E D 0 2 BE 5E 3C
Octal 67 331 371 116 15 0 2 276 136 74
Binary 110111 11011001 11111001 1001110 1101 0 10 10111110 1011110 111100

Color Harmonies of #37D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D9F9

Black with #37D9F9

Text Example


Text Example

White with #37D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,217,249); }

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

background-color css

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

 a { background-color: rgb(55,217,249); }

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

border-color css

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

 span { border-color: rgb(55,217,249); }

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