Html Css Color HEX #37DCEC Turquoise

📋 copy color: '#37DCEC'

red 55 ◦ green 220 ◦ blue 236

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

Shades of Turquoise #37DCEC

Tints of Turquoise #37DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 10.76%
G = 43.05%
B = 46.18%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#37DCEC (or 0x37DCEC) is known color: Turquoise. HEX triplet: 37, DC and EC. RGB value is (55,220,236). Sum of RGB (Red+Green+Blue) = 55+220+236=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #37DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCEC is #C82313. Grayscale: #ACACAC. Windows color (decimal): -13116180 or 15522871. OLE color: 15522871.

HSL color Cylindrical-coordinate representation of color #37DCEC: hue angle of 185.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DCEC is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 220 236 -
CMYK 0.77 0.07 0 0.07
HSL 185.3º 0.83% 0.57% -
HSV(B) 185.3º 0.77% 0.93% -
XYZ 42.31 58.05 88.33 -
YUV 172.49 163.84 44.2 -
System Red Green Blue C M Y K H S L
Decimal 55 220 236 0.77 0.07 0 0.07 185.3 0.83 0.57
Hex 37 DC EC 4D 7 0 7 B9 53 39
Octal 67 334 354 115 7 0 7 271 123 71
Binary 110111 11011100 11101100 1001101 111 0 111 10111001 1010011 111001

Color Harmonies of #37DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCEC

Black with #37DCEC

Text Example


Text Example

White with #37DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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