#33DCB8

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

Shades of Turquoise #33DCB8

Tints of Turquoise #33DCB8

Color information

#33DCB8 (or 0x33DCB8) is unknown color: approx Turquoise. HEX triplet: 33, DC and B8. RGB value is (51,220,184). Sum of RGB (Red+Green+Blue) = 51+220+184=455 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.21% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCB8 is #CC2347. Grayscale: #A5A5A5. Windows color (decimal): -13378376 or 12114995. OLE color: 12114995.

HSL color Cylindrical-coordinate representation of color #33DCB8: hue angle of 167.22º 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 #33DCB8 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB51220184-
CMYK0.7700.160.14
HSL167.22º70.71%53.14%-
HSV(B)167.22º76.82%86.27%-
XYZ35.6155.3554.15-
YUV165.36138.5146.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.21%
GREEN value IS 220 (86.33% from 255) = 48.35%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=11.21%
G=48.35%
B=40.44%

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
Decimal512201840.7700.160.14167.2270.7153.14
Hex33DCB84D010Ea74735
Octal633342701150201624710765
Binary110011110111001011100010011010100001110101001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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