#33E5C0

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

Shades of Turquoise #33E5C0

Tints of Turquoise #33E5C0

Color information

#33E5C0 (or 0x33E5C0) is unknown color: approx Turquoise. HEX triplet: 33, E5 and C0. RGB value is (51,229,192). Sum of RGB (Red+Green+Blue) = 51+229+192=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #33E5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E5C0 is #CC1A3F. Grayscale: #ABABAB. Windows color (decimal): -13376064 or 12641587. OLE color: 12641587.

HSL color Cylindrical-coordinate representation of color #33E5C0: hue angle of 167.53º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E5C0 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB51229192-
CMYK0.7800.160.10
HSL167.53º77.39%54.9%-
HSV(B)167.53º77.73%89.8%-
XYZ38.960.5559.51-
YUV171.56139.5342.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.81%
GREEN value IS 229 (89.84% from 255) = 48.52%
BLUE value IS 192 (75.39% from 255) = 40.68%
R=10.81%
G=48.52%
B=40.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal512291920.7800.160.10167.5377.3954.9
Hex33E5C04E010Aa84d37
Octal633453001160201225011567
Binary110011111001011100000010011100100001010101010001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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