#33D6CD

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

Shades of Turquoise #33D6CD

Tints of Turquoise #33D6CD

Color information

#33D6CD (or 0x33D6CD) is unknown color: approx Turquoise. HEX triplet: 33, D6 and CD. RGB value is (51,214,205). Sum of RGB (Red+Green+Blue) = 51+214+205=470 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.85% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #33D6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D6CD is #CC2932. Grayscale: #A4A4A4. Windows color (decimal): -13379891 or 13489715. OLE color: 13489715.

HSL color Cylindrical-coordinate representation of color #33D6CD: hue angle of 176.69º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D6CD is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB51214205-
CMYK0.7600.040.16
HSL176.69º66.53%51.96%-
HSV(B)176.69º76.17%83.92%-
XYZ36.4353.266.11-
YUV164.2415147.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.85%
GREEN value IS 214 (83.98% from 255) = 45.53%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=10.85%
G=45.53%
B=43.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512142050.7600.040.16176.6966.5351.96
Hex33D6CD4C0410b14334
Octal63326315114042026110364
Binary11001111010110110011011001100010010000101100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,214,205); }

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

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

 a { background-color: rgb(51,214,205); }

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

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

 span { border-color: rgb(51,214,205); }

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