#33EDE8

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

Shades of Turquoise #33EDE8

Tints of Turquoise #33EDE8

Color information

#33EDE8 (or 0x33EDE8) is unknown color: approx Turquoise. HEX triplet: 33, ED and E8. RGB value is (51,237,232). Sum of RGB (Red+Green+Blue) = 51+237+232=520 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.81% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EDE8 is #CC1217. Grayscale: #B4B4B4. Windows color (decimal): -13373976 or 15265075. OLE color: 15265075.

HSL color Cylindrical-coordinate representation of color #33EDE8: hue angle of 178.39º 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 #33EDE8 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB51237232-
CMYK0.7800.020.07
HSL178.39º83.78%56.47%-
HSV(B)178.39º78.48%92.94%-
XYZ46.2167.186.86-
YUV180.82156.8835.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.81%
GREEN value IS 237 (92.97% from 255) = 45.58%
BLUE value IS 232 (91.02% from 255) = 44.62%
R=9.81%
G=45.58%
B=44.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512372320.7800.020.07178.3983.7856.47
Hex33EDE84E027b25438
Octal6335535011602726212470
Binary11001111101101111010001001110010111101100101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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