#33DCB9

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

Shades of Turquoise #33DCB9

Tints of Turquoise #33DCB9

Color information

#33DCB9 (or 0x33DCB9) is unknown color: approx Turquoise. HEX triplet: 33, DC and B9. RGB value is (51,220,185). Sum of RGB (Red+Green+Blue) = 51+220+185=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCB9 is #CC2346. Grayscale: #A5A5A5. Windows color (decimal): -13378375 or 12180531. OLE color: 12180531.

HSL color Cylindrical-coordinate representation of color #33DCB9: hue angle of 167.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DCB9 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB51220185-
CMYK0.7700.160.14
HSL167.57º70.71%53.14%-
HSV(B)167.57º76.82%86.27%-
XYZ35.7255.3954.71-
YUV165.48139.0146.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.18%
GREEN value IS 220 (86.33% from 255) = 48.25%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=11.18%
G=48.25%
B=40.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal512201850.7700.160.14167.5770.7153.14
Hex33DCB94D010Ea84735
Octal633342711150201625010765
Binary110011110111001011100110011010100001110101010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33DCB9; }

 p { color: rgb(51,220,185); }

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

<style>
 a { background-color: #33DCB9; }

 a { background-color: rgb(51,220,185); }

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

<style>
 span { border-color: #33DCB9; }

 span { border-color: rgb(51,220,185); }

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