#33DAD9

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

Shades of Turquoise #33DAD9

Tints of Turquoise #33DAD9

Color information

#33DAD9 (or 0x33DAD9) is unknown color: approx Turquoise. HEX triplet: 33, DA and D9. RGB value is (51,218,217). Sum of RGB (Red+Green+Blue) = 51+218+217=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #33DAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DAD9 is #CC2526. Grayscale: #A7A7A7. Windows color (decimal): -13378855 or 14277171. OLE color: 14277171.

HSL color Cylindrical-coordinate representation of color #33DAD9: hue angle of 179.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DAD9 is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB51218217-
CMYK0.7700.000.15
HSL179.64º69.29%52.75%-
HSV(B)179.64º76.61%85.49%-
XYZ38.9655.8674.37-
YUV167.95155.6744.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.49%
GREEN value IS 218 (85.55% from 255) = 44.86%
BLUE value IS 217 (85.16% from 255) = 44.65%
R=10.49%
G=44.86%
B=44.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512182170.7700.000.15179.6469.2952.75
Hex33DAD94D00Fb44535
Octal63332331115001726410565
Binary11001111011010110110011001101001111101101001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,218,217); }

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

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

 a { background-color: rgb(51,218,217); }

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

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

 span { border-color: rgb(51,218,217); }

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