#33FFDE

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

Shades of Turquoise #33FFDE

Tints of Turquoise #33FFDE

Color information

#33FFDE (or 0x33FFDE) is unknown color: approx Turquoise. HEX triplet: 33, FF and DE. RGB value is (51,255,222). Sum of RGB (Red+Green+Blue) = 51+255+222=528 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.66% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFDE is #CC0021. Grayscale: #BEBEBE. Windows color (decimal): -13369378 or 14614323. OLE color: 14614323.

HSL color Cylindrical-coordinate representation of color #33FFDE: hue angle of 170.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFDE is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB51255222-
CMYK0.800.130
HSL170.29º100%60%-
HSV(B)170.29º80%100%-
XYZ50.3177.581.41-
YUV190.24145.9128.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.66%
GREEN value IS 255 (100% from 255) = 48.30%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=9.66%
G=48.30%
B=42.05%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512552220.800.130170.2910060
Hex33FFDE500D0aa643c
Octal63377336120015025214474
Binary11001111111111110111101010000011010101010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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