Html Css Color HEX #37DEDC Turquoise

📋 copy color: '#37DEDC'

red 55 ◦ green 222 ◦ blue 220

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

Shades of Turquoise #37DEDC

Tints of Turquoise #37DEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 11.07%
G = 44.67%
B = 44.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#37DEDC (or 0x37DEDC) is known color: Turquoise. HEX triplet: 37, DE and DC. RGB value is (55,222,220). Sum of RGB (Red+Green+Blue) = 55+222+220=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #37DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DEDC is #C82123. Grayscale: #ABABAB. Windows color (decimal): -13115684 or 14474807. OLE color: 14474807.

HSL color Cylindrical-coordinate representation of color #37DEDC: hue angle of 179.28º 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 #37DEDC is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 222 220 -
CMYK 0.75 0 0.01 0.13
HSL 179.28º 0.72% 0.54% -
HSV(B) 179.28º 0.75% 0.87% -
XYZ 40.62 58.22 76.81 -
YUV 171.84 155.17 44.66 -
System Red Green Blue C M Y K H S L
Decimal 55 222 220 0.75 0 0.01 0.13 179.28 0.72 0.54
Hex 37 DE DC 4B 0 1 D B3 48 36
Octal 67 336 334 113 0 1 15 263 110 66
Binary 110111 11011110 11011100 1001011 0 1 1101 10110011 1001000 110110

Color Harmonies of #37DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DEDC

Black with #37DEDC

Text Example


Text Example

White with #37DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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