Html Css Color HEX #37F9DF Turquoise

📋 copy color: '#37F9DF'

red 55 ◦ green 249 ◦ blue 223

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

Shades of Turquoise #37F9DF

Tints of Turquoise #37F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.25%

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 10.44%
G = 47.25%
B = 42.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#37F9DF (or 0x37F9DF) is known color: Turquoise. HEX triplet: 37, F9 and DF. RGB value is (55,249,223). Sum of RGB (Red+Green+Blue) = 55+249+223=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #37F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F9DF is #C80620. Grayscale: #BBBBBB. Windows color (decimal): -13108769 or 14678327. OLE color: 14678327.

HSL color Cylindrical-coordinate representation of color #37F9DF: hue angle of 171.96º 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 #37F9DF is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 249 223 -
CMYK 0.78 0 0.10 0.02
HSL 171.96º 0.94% 0.6% -
HSV(B) 171.96º 0.78% 0.98% -
XYZ 48.77 73.89 81.5 -
YUV 188.03 147.73 33.11 -
System Red Green Blue C M Y K H S L
Decimal 55 249 223 0.78 0 0.10 0.02 171.96 0.94 0.6
Hex 37 F9 DF 4E 0 A 2 AC 5E 3C
Octal 67 371 337 116 0 12 2 254 136 74
Binary 110111 11111001 11011111 1001110 0 1010 10 10101100 1011110 111100

Color Harmonies of #37F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F9DF

Black with #37F9DF

Text Example


Text Example

White with #37F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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