#33DDDE

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

Shades of Turquoise #33DDDE

Tints of Turquoise #33DDDE

Color information

#33DDDE (or 0x33DDDE) is unknown color: approx Turquoise. HEX triplet: 33, DD and DE. RGB value is (51,221,222). Sum of RGB (Red+Green+Blue) = 51+221+222=494 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.32% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #33DDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDDE is #CC2221. Grayscale: #AAAAAA. Windows color (decimal): -13378082 or 14605619. OLE color: 14605619.

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

Color convert

RGB51221222-
CMYK0.770.0000.13
HSL180.35º72.15%53.53%-
HSV(B)180.35º77.03%87.06%-
XYZ40.4157.6978.11-
YUV170.28157.1842.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.32%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=10.32%
G=44.74%
B=44.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512212220.770.0000.13180.3572.1553.53
Hex33DDDE4D00Db44836
Octal63335336115001526411066
Binary11001111011101110111101001101001101101101001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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