#33DDD5

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

Shades of Turquoise #33DDD5

Tints of Turquoise #33DDD5

Color information

#33DDD5 (or 0x33DDD5) is unknown color: approx Turquoise. HEX triplet: 33, DD and D5. RGB value is (51,221,213). Sum of RGB (Red+Green+Blue) = 51+221+213=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDD5 is #CC222A. Grayscale: #A9A9A9. Windows color (decimal): -13378091 or 14015795. OLE color: 14015795.

HSL color Cylindrical-coordinate representation of color #33DDD5: hue angle of 177.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DDD5 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB51221213-
CMYK0.7700.040.13
HSL177.18º71.43%53.33%-
HSV(B)177.18º76.92%86.67%-
XYZ39.2357.2271.93-
YUV169.26152.6843.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.52%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=10.52%
G=45.57%
B=43.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512212130.7700.040.13177.1871.4353.33
Hex33DDD54D04Db14735
Octal63335325115041526110765
Binary1100111101110111010101100110101001101101100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,221,213); }

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

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

 a { background-color: rgb(51,221,213); }

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

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

 span { border-color: rgb(51,221,213); }

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