Html Css Color HEX #37DCEF Turquoise

📋 copy color: '#37DCEF'

red 55 ◦ green 220 ◦ blue 239

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

Shades of Turquoise #37DCEF

Tints of Turquoise #37DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 10.7%
G = 42.8%
B = 46.5%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#37DCEF (or 0x37DCEF) is known color: Turquoise. HEX triplet: 37, DC and EF. RGB value is (55,220,239). Sum of RGB (Red+Green+Blue) = 55+220+239=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #37DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCEF is #C82310. Grayscale: #ACACAC. Windows color (decimal): -13116177 or 15719479. OLE color: 15719479.

HSL color Cylindrical-coordinate representation of color #37DCEF: hue angle of 186.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DCEF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 220 239 -
CMYK 0.77 0.08 0 0.06
HSL 186.2º 0.85% 0.58% -
HSV(B) 186.2º 0.77% 0.94% -
XYZ 42.75 58.23 90.65 -
YUV 172.83 165.34 43.96 -
System Red Green Blue C M Y K H S L
Decimal 55 220 239 0.77 0.08 0 0.06 186.2 0.85 0.58
Hex 37 DC EF 4D 8 0 6 BA 55 3A
Octal 67 334 357 115 10 0 6 272 125 72
Binary 110111 11011100 11101111 1001101 1000 0 110 10111010 1010101 111010

Color Harmonies of #37DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCEF

Black with #37DCEF

Text Example


Text Example

White with #37DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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