#37DFEB

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

Shades of Turquoise #37DFEB

Tints of Turquoise #37DFEB

Color information

#37DFEB (or 0x37DFEB) is unknown color: approx Turquoise. HEX triplet: 37, DF and EB. RGB value is (55,223,235). Sum of RGB (Red+Green+Blue) = 55+223+235=513 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.72% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #37DFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DFEB is #C82014. Grayscale: #ADADAD. Windows color (decimal): -13115413 or 15458103. OLE color: 15458103.

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

Color convert

RGB55223235-
CMYK0.770.0500.08
HSL184º81.82%56.86%-
HSV(B)184º76.6%92.16%-
XYZ42.9659.5987.83-
YUV174.14162.3443.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.72%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=10.72%
G=43.47%
B=45.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal552232350.770.0500.0818481.8256.86
Hex37DFEB4D508b85239
Octal67337353115501027012271
Binary1101111101111111101011100110110101000101110001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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