#33EDB2

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

Shades of Turquoise #33EDB2

Tints of Turquoise #33EDB2

Color information

#33EDB2 (or 0x33EDB2) is unknown color: approx Turquoise. HEX triplet: 33, ED and B2. RGB value is (51,237,178). Sum of RGB (Red+Green+Blue) = 51+237+178=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33EDB2 is #CC124D. Grayscale: #AEAEAE. Windows color (decimal): -13374030 or 11726131. OLE color: 11726131.

HSL color Cylindrical-coordinate representation of color #33EDB2: hue angle of 160.97º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EDB2 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB51237178-
CMYK0.7800.250.07
HSL160.97º83.78%56.47%-
HSV(B)160.97º78.48%92.94%-
XYZ39.6964.4952.47-
YUV174.66129.8839.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.94%
GREEN value IS 237 (92.97% from 255) = 50.86%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=10.94%
G=50.86%
B=38.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512371780.7800.250.07160.9783.7856.47
Hex33EDB24E0197a15438
Octal63355262116031724112470
Binary11001111101101101100101001110011001111101000011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,237,178); }

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

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

 a { background-color: rgb(51,237,178); }

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

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

 span { border-color: rgb(51,237,178); }

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