Html Css Color HEX #37DECA Turquoise

📋 copy color: '#37DECA'

red 55 ◦ green 222 ◦ blue 202

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

Shades of Turquoise #37DECA

Tints of Turquoise #37DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

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

R = 11.48%
G = 46.35%
B = 42.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#37DECA (or 0x37DECA) is known color: Turquoise. HEX triplet: 37, DE and CA. RGB value is (55,222,202). Sum of RGB (Red+Green+Blue) = 55+222+202=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #37DECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DECA is #C82135. Grayscale: #A9A9A9. Windows color (decimal): -13115702 or 13295159. OLE color: 13295159.

HSL color Cylindrical-coordinate representation of color #37DECA: hue angle of 172.81º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DECA is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 222 202 -
CMYK 0.75 0 0.09 0.13
HSL 172.81º 0.72% 0.54% -
HSV(B) 172.81º 0.75% 0.87% -
XYZ 38.36 57.32 64.92 -
YUV 169.79 146.17 46.13 -
System Red Green Blue C M Y K H S L
Decimal 55 222 202 0.75 0 0.09 0.13 172.81 0.72 0.54
Hex 37 DE CA 4B 0 9 D AD 48 36
Octal 67 336 312 113 0 11 15 255 110 66
Binary 110111 11011110 11001010 1001011 0 1001 1101 10101101 1001000 110110

Color Harmonies of #37DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DECA

Black with #37DECA

Text Example


Text Example

White with #37DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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