#33DFDD

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

Shades of Turquoise #33DFDD

Tints of Turquoise #33DFDD

Color information

#33DFDD (or 0x33DFDD) is unknown color: approx Turquoise. HEX triplet: 33, DF and DD. RGB value is (51,223,221). Sum of RGB (Red+Green+Blue) = 51+223+221=495 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.30% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFDD is #CC2022. Grayscale: #ABABAB. Windows color (decimal): -13377571 or 14540595. OLE color: 14540595.

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

Color convert

RGB51223221-
CMYK0.7700.010.13
HSL179.3º72.88%53.73%-
HSV(B)179.3º77.13%87.45%-
XYZ40.858.777.59-
YUV171.34156.0242.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.30%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=10.30%
G=45.05%
B=44.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512232210.7700.010.13179.372.8853.73
Hex33DFDD4D01Db34936
Octal63337335115011526311166
Binary11001111011111110111011001101011101101100111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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