Html Css Color HEX #37FDCE Turquoise

📋 copy color: '#37FDCE'

red 55 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #37FDCE

Tints of Turquoise #37FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.22%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 10.7%
G = 49.22%
B = 40.08%

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

#37FDCE (or 0x37FDCE) is known color: Turquoise. HEX triplet: 37, FD and CE. RGB value is (55,253,206). Sum of RGB (Red+Green+Blue) = 55+253+206=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDCE is #C80231. Grayscale: #BCBCBC. Windows color (decimal): -13107762 or 13565239. OLE color: 13565239.

HSL color Cylindrical-coordinate representation of color #37FDCE: hue angle of 165.76º degrees, saturation: 0.98, 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 #37FDCE is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 253 206 -
CMYK 0.78 0 0.19 0.01
HSL 165.76º 0.98% 0.6% -
HSV(B) 165.76º 0.78% 0.99% -
XYZ 47.84 75.52 70.45 -
YUV 188.44 137.9 32.82 -
System Red Green Blue C M Y K H S L
Decimal 55 253 206 0.78 0 0.19 0.01 165.76 0.98 0.6
Hex 37 FD CE 4E 0 13 1 A6 62 3C
Octal 67 375 316 116 0 23 1 246 142 74
Binary 110111 11111101 11001110 1001110 0 10011 1 10100110 1100010 111100

Color Harmonies of #37FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FDCE

Black with #37FDCE

Text Example


Text Example

White with #37FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,253,206); }

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

background-color css

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

 a { background-color: rgb(55,253,206); }

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

border-color css

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

 span { border-color: rgb(55,253,206); }

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