#33D8CE

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

Shades of Turquoise #33D8CE

Tints of Turquoise #33D8CE

Color information

#33D8CE (or 0x33D8CE) is unknown color: approx Turquoise. HEX triplet: 33, D8 and CE. RGB value is (51,216,206). Sum of RGB (Red+Green+Blue) = 51+216+206=473 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.78% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #33D8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D8CE is #CC2731. Grayscale: #A5A5A5. Windows color (decimal): -13379378 or 13555763. OLE color: 13555763.

HSL color Cylindrical-coordinate representation of color #33D8CE: hue angle of 176.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D8CE is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB51216206-
CMYK0.7600.050.15
HSL176.36º67.9%52.35%-
HSV(B)176.36º76.39%84.71%-
XYZ37.0654.2766.91-
YUV165.52150.8446.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.78%
GREEN value IS 216 (84.77% from 255) = 45.67%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=10.78%
G=45.67%
B=43.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512162060.7600.050.15176.3667.952.35
Hex33D8CE4C05Fb04434
Octal63330316114051726010464
Binary1100111101100011001110100110001011111101100001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,216,206); }

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

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

 a { background-color: rgb(51,216,206); }

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

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

 span { border-color: rgb(51,216,206); }

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