#33E9EB

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

Shades of Turquoise #33E9EB

Tints of Turquoise #33E9EB

Color information

#33E9EB (or 0x33E9EB) is unknown color: approx Turquoise. HEX triplet: 33, E9 and EB. RGB value is (51,233,235). Sum of RGB (Red+Green+Blue) = 51+233+235=519 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.83% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #33E9EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E9EB is #CC1614. Grayscale: #B2B2B2. Windows color (decimal): -13374997 or 15460659. OLE color: 15460659.

HSL color Cylindrical-coordinate representation of color #33E9EB: hue angle of 180.65º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E9EB is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB51233235-
CMYK0.780.0100.08
HSL180.65º82.14%56.08%-
HSV(B)180.65º78.3%92.16%-
XYZ45.564.9888.74-
YUV178.81159.736.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.83%
GREEN value IS 233 (91.41% from 255) = 44.89%
BLUE value IS 235 (92.19% from 255) = 45.28%
R=9.83%
G=44.89%
B=45.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal512332350.780.0100.08180.6582.1456.08
Hex33E9EB4E108b55238
Octal63351353116101026512270
Binary11001111101001111010111001110101000101101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,233,235); }

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

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

 a { background-color: rgb(51,233,235); }

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

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

 span { border-color: rgb(51,233,235); }

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