Html Css Color HEX #37DCEB Turquoise

📋 copy color: '#37DCEB'

red 55 ◦ green 220 ◦ blue 235

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

Shades of Turquoise #37DCEB

Tints of Turquoise #37DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 10.78%
G = 43.14%
B = 46.08%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#37DCEB (or 0x37DCEB) is known color: Turquoise. HEX triplet: 37, DC and EB. RGB value is (55,220,235). Sum of RGB (Red+Green+Blue) = 55+220+235=510 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.78% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #37DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCEB is #C82314. Grayscale: #ACACAC. Windows color (decimal): -13116181 or 15457335. OLE color: 15457335.

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

Color convert

RGB 55 220 235 -
CMYK 0.77 0.06 0 0.08
HSL 185º 0.82% 0.57% -
HSV(B) 185º 0.77% 0.92% -
XYZ 42.16 58 87.57 -
YUV 172.38 163.34 44.28 -
System Red Green Blue C M Y K H S L
Decimal 55 220 235 0.77 0.06 0 0.08 185 0.82 0.57
Hex 37 DC EB 4D 6 0 8 B9 52 39
Octal 67 334 353 115 6 0 10 271 122 71
Binary 110111 11011100 11101011 1001101 110 0 1000 10111001 1010010 111001

Color Harmonies of #37DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCEB

Black with #37DCEB

Text Example


Text Example

White with #37DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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