#33D0DD

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

Shades of Turquoise #33D0DD

Tints of Turquoise #33D0DD

Color information

#33D0DD (or 0x33D0DD) is unknown color: approx Turquoise. HEX triplet: 33, D0 and DD. RGB value is (51,208,221). Sum of RGB (Red+Green+Blue) = 51+208+221=480 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.62% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #33D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D0DD is #CC2F22. Grayscale: #A2A2A2. Windows color (decimal): -13381411 or 14536755. OLE color: 14536755.

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

Color convert

RGB51208221-
CMYK0.770.0600.13
HSL184.59º71.43%53.33%-
HSV(B)184.59º76.92%86.67%-
XYZ36.9751.0476.31-
YUV162.54160.9948.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.62%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=10.62%
G=43.33%
B=46.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512082210.770.0600.13184.5971.4353.33
Hex33D0DD4D60Db94735
Octal63320335115601527110765
Binary1100111101000011011101100110111001101101110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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