#33FEBD

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

Shades of Turquoise #33FEBD

Tints of Turquoise #33FEBD

Color information

#33FEBD (or 0x33FEBD) is unknown color: approx Turquoise. HEX triplet: 33, FE and BD. RGB value is (51,254,189). Sum of RGB (Red+Green+Blue) = 51+254+189=494 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.32% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FEBD is #CC0142. Grayscale: #B9B9B9. Windows color (decimal): -13369667 or 12451379. OLE color: 12451379.

HSL color Cylindrical-coordinate representation of color #33FEBD: hue angle of 160.79º 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 #33FEBD is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB51254189-
CMYK0.8000.260.00
HSL160.79º99.02%59.8%-
HSV(B)160.79º79.92%99.61%-
XYZ45.9975.2660.25-
YUV185.89129.7531.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.32%
GREEN value IS 254 (99.61% from 255) = 51.42%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=10.32%
G=51.42%
B=38.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal512541890.8000.260.00160.7999.0259.8
Hex33FEBD5001A0a1633c
Octal63376275120032024114374
Binary110011111111101011110110100000110100101000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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