#33DAD8

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

Shades of Turquoise #33DAD8

Tints of Turquoise #33DAD8

Color information

#33DAD8 (or 0x33DAD8) is unknown color: approx Turquoise. HEX triplet: 33, DA and D8. RGB value is (51,218,216). Sum of RGB (Red+Green+Blue) = 51+218+216=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #33DAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DAD8 is #CC2527. Grayscale: #A7A7A7. Windows color (decimal): -13378856 or 14211635. OLE color: 14211635.

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

Color convert

RGB51218216-
CMYK0.7700.010.15
HSL179.28º69.29%52.75%-
HSV(B)179.28º76.61%85.49%-
XYZ38.8355.873.69-
YUV167.84155.1744.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.52%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=10.52%
G=44.95%
B=44.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal512182160.7700.010.15179.2869.2952.75
Hex33DAD84D01Fb34535
Octal63332330115011726310565
Binary11001111011010110110001001101011111101100111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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