Html Css Color HEX #37F4D6 Turquoise

📋 copy color: '#37F4D6'

red 55 ◦ green 244 ◦ blue 214

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

Shades of Turquoise #37F4D6

Tints of Turquoise #37F4D6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.56%

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 10.72%
G = 47.56%
B = 41.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#37F4D6 (or 0x37F4D6) is known color: Turquoise. HEX triplet: 37, F4 and D6. RGB value is (55,244,214). Sum of RGB (Red+Green+Blue) = 55+244+214=513 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.72% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F4D6 is #C80B29. Grayscale: #B7B7B7. Windows color (decimal): -13110058 or 14087223. OLE color: 14087223.

HSL color Cylindrical-coordinate representation of color #37F4D6: hue angle of 170.48º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4D6 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 244 214 -
CMYK 0.77 0 0.12 0.04
HSL 170.48º 0.9% 0.59% -
HSV(B) 170.48º 0.77% 0.96% -
XYZ 46.06 70.37 74.77 -
YUV 184.07 144.88 35.94 -
System Red Green Blue C M Y K H S L
Decimal 55 244 214 0.77 0 0.12 0.04 170.48 0.9 0.59
Hex 37 F4 D6 4D 0 C 4 AA 5A 3B
Octal 67 364 326 115 0 14 4 252 132 73
Binary 110111 11110100 11010110 1001101 0 1100 100 10101010 1011010 111011

Color Harmonies of #37F4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F4D6

Black with #37F4D6

Text Example


Text Example

White with #37F4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,244,214); }

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

background-color css

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

 a { background-color: rgb(55,244,214); }

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

border-color css

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

 span { border-color: rgb(55,244,214); }

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