#37D4EB

Color #37D4EB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #37D4EB

Tints of Turquoise #37D4EB

Color information

#37D4EB (or 0x37D4EB) is unknown color: approx Turquoise. HEX triplet: 37, D4 and EB. RGB value is (55,212,235). Sum of RGB (Red+Green+Blue) = 55+212+235=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #37D4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37D4EB is #C82B14. Grayscale: #A7A7A7. Windows color (decimal): -13118229 or 15455287. OLE color: 15455287.

HSL color Cylindrical-coordinate representation of color #37D4EB: hue angle of 187.67º 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 #37D4EB is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB55212235-
CMYK0.770.1000.08
HSL187.67º81.82%56.86%-
HSV(B)187.67º76.6%92.16%-
XYZ40.1153.986.89-
YUV167.68165.9947.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.96%
GREEN value IS 212 (83.20% from 255) = 42.23%
BLUE value IS 235 (92.19% from 255) = 46.81%
R=10.96%
G=42.23%
B=46.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal552122350.770.1000.08187.6781.8256.86
Hex37D4EB4DA08bc5239
Octal673243531151201027412271
Binary11011111010100111010111001101101001000101111001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37D4EB;
 }
 .AnyTagClassName
 {
   color: #37D4EB;
 }
</style>
background-color css

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

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

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

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

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

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