#33E2C0

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

Shades of Turquoise #33E2C0

Tints of Turquoise #33E2C0

Color information

#33E2C0 (or 0x33E2C0) is unknown color: approx Turquoise. HEX triplet: 33, E2 and C0. RGB value is (51,226,192). Sum of RGB (Red+Green+Blue) = 51+226+192=469 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.87% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #33E2C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E2C0 is #CC1D3F. Grayscale: #A9A9A9. Windows color (decimal): -13376832 or 12640819. OLE color: 12640819.

HSL color Cylindrical-coordinate representation of color #33E2C0: hue angle of 168.34º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E2C0 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB51226192-
CMYK0.7700.150.11
HSL168.34º75.11%54.31%-
HSV(B)168.34º77.43%88.63%-
XYZ38.0858.959.23-
YUV169.8140.5243.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.87%
GREEN value IS 226 (88.67% from 255) = 48.19%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=10.87%
G=48.19%
B=40.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal512261920.7700.150.11168.3475.1154.31
Hex33E2C04D0FBa84b36
Octal633423001150171325011366
Binary11001111100010110000001001101011111011101010001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,226,192); }

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

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

 a { background-color: rgb(51,226,192); }

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

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

 span { border-color: rgb(51,226,192); }

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