Html Css Color HEX #37E0CA Turquoise

📋 copy color: '#37E0CA'

red 55 ◦ green 224 ◦ blue 202

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

Shades of Turquoise #37E0CA

Tints of Turquoise #37E0CA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 11.43%
G = 46.57%
B = 42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#37E0CA (or 0x37E0CA) is known color: Turquoise. HEX triplet: 37, E0 and CA. RGB value is (55,224,202). Sum of RGB (Red+Green+Blue) = 55+224+202=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #37E0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E0CA is #C81F35. Grayscale: #AAAAAA. Windows color (decimal): -13115190 or 13295671. OLE color: 13295671.

HSL color Cylindrical-coordinate representation of color #37E0CA: hue angle of 172.19º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37E0CA is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 224 202 -
CMYK 0.75 0 0.10 0.12
HSL 172.19º 0.73% 0.55% -
HSV(B) 172.19º 0.75% 0.88% -
XYZ 38.89 58.39 65.1 -
YUV 170.96 145.51 45.29 -
System Red Green Blue C M Y K H S L
Decimal 55 224 202 0.75 0 0.10 0.12 172.19 0.73 0.55
Hex 37 E0 CA 4B 0 A C AC 49 37
Octal 67 340 312 113 0 12 14 254 111 67
Binary 110111 11100000 11001010 1001011 0 1010 1100 10101100 1001001 110111

Color Harmonies of #37E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E0CA

Black with #37E0CA

Text Example


Text Example

White with #37E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,224,202); }

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

background-color css

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

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

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

border-color css

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

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

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