#33E8EF

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

Shades of Turquoise #33E8EF

Tints of Turquoise #33E8EF

Color information

#33E8EF (or 0x33E8EF) is unknown color: approx Turquoise. HEX triplet: 33, E8 and EF. RGB value is (51,232,239). Sum of RGB (Red+Green+Blue) = 51+232+239=522 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.77% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #33E8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E8EF is #CC1710. Grayscale: #B2B2B2. Windows color (decimal): -13375249 or 15722547. OLE color: 15722547.

HSL color Cylindrical-coordinate representation of color #33E8EF: hue angle of 182.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33E8EF is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB51232239-
CMYK0.790.0300.06
HSL182.23º85.45%56.86%-
HSV(B)182.23º78.66%93.73%-
XYZ45.864.6591.73-
YUV178.68162.0336.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.77%
GREEN value IS 232 (91.02% from 255) = 44.44%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=9.77%
G=44.44%
B=45.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal512322390.790.0300.06182.2385.4556.86
Hex33E8EF4F306b65539
Octal6335035711730626612571
Binary11001111101000111011111001111110110101101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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