#33FED9

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

Shades of Turquoise #33FED9

Tints of Turquoise #33FED9

Color information

#33FED9 (or 0x33FED9) is unknown color: approx Turquoise. HEX triplet: 33, FE and D9. RGB value is (51,254,217). Sum of RGB (Red+Green+Blue) = 51+254+217=522 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.77% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #33FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FED9 is #CC0126. Grayscale: #BDBDBD. Windows color (decimal): -13369639 or 14286387. OLE color: 14286387.

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

Color convert

RGB51254217-
CMYK0.8000.150.00
HSL169.06º99.02%59.8%-
HSV(B)169.06º79.92%99.61%-
XYZ49.3376.677.83-
YUV189.08143.7529.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.77%
GREEN value IS 254 (99.61% from 255) = 48.66%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=9.77%
G=48.66%
B=41.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal512542170.8000.150.00169.0699.0259.8
Hex33FED9500F0a9633c
Octal63376331120017025114374
Binary11001111111110110110011010000011110101010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,254,217); }

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

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

 a { background-color: rgb(51,254,217); }

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

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

 span { border-color: rgb(51,254,217); }

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