Html Css Color HEX #37EAEA Turquoise

📋 copy color: '#37EAEA'

red 55 ◦ green 234 ◦ blue 234

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

Shades of Turquoise #37EAEA

Tints of Turquoise #37EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.74%

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 10.52%
G = 44.74%
B = 44.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#37EAEA (or 0x37EAEA) is known color: Turquoise. HEX triplet: 37, EA and EA. RGB value is (55,234,234). Sum of RGB (Red+Green+Blue) = 55+234+234=523 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.52% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #37EAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EAEA is #C81515. Grayscale: #B4B4B4. Windows color (decimal): -13112598 or 15395383. OLE color: 15395383.

HSL color Cylindrical-coordinate representation of color #37EAEA: hue angle of 180º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37EAEA is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 234 234 -
CMYK 0.76 0 0 0.08
HSL 180º 0.81% 0.57% -
HSV(B) 180º 0.76% 0.92% -
XYZ 45.85 65.6 88.09 -
YUV 180.48 158.2 38.5 -
System Red Green Blue C M Y K H S L
Decimal 55 234 234 0.76 0 0 0.08 180 0.81 0.57
Hex 37 EA EA 4C 0 0 8 B4 51 39
Octal 67 352 352 114 0 0 10 264 121 71
Binary 110111 11101010 11101010 1001100 0 0 1000 10110100 1010001 111001

Color Harmonies of #37EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EAEA

Black with #37EAEA

Text Example


Text Example

White with #37EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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