Html Css Color HEX #37FCCC Turquoise

📋 copy color: '#37FCCC'

red 55 ◦ green 252 ◦ blue 204

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

Shades of Turquoise #37FCCC

Tints of Turquoise #37FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 10.76%
G = 49.32%
B = 39.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#37FCCC (or 0x37FCCC) is known color: Turquoise. HEX triplet: 37, FC and CC. RGB value is (55,252,204). Sum of RGB (Red+Green+Blue) = 55+252+204=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCCC is #C80333. Grayscale: #BBBBBB. Windows color (decimal): -13108020 or 13433911. OLE color: 13433911.

HSL color Cylindrical-coordinate representation of color #37FCCC: hue angle of 165.38º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCCC is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 252 204 -
CMYK 0.78 0 0.19 0.01
HSL 165.38º 0.97% 0.6% -
HSV(B) 165.38º 0.78% 0.99% -
XYZ 47.29 74.79 69.07 -
YUV 187.63 137.23 33.4 -
System Red Green Blue C M Y K H S L
Decimal 55 252 204 0.78 0 0.19 0.01 165.38 0.97 0.6
Hex 37 FC CC 4E 0 13 1 A5 61 3C
Octal 67 374 314 116 0 23 1 245 141 74
Binary 110111 11111100 11001100 1001110 0 10011 1 10100101 1100001 111100

Color Harmonies of #37FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FCCC

Black with #37FCCC

Text Example


Text Example

White with #37FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,252,204); }

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

background-color css

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

 a { background-color: rgb(55,252,204); }

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

border-color css

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

 span { border-color: rgb(55,252,204); }

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