#33E7EF

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

Shades of Turquoise #33E7EF

Tints of Turquoise #33E7EF

Color information

#33E7EF (or 0x33E7EF) is unknown color: approx Turquoise. HEX triplet: 33, E7 and EF. RGB value is (51,231,239). Sum of RGB (Red+Green+Blue) = 51+231+239=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #33E7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E7EF is #CC1810. Grayscale: #B1B1B1. Windows color (decimal): -13375505 or 15722291. OLE color: 15722291.

HSL color Cylindrical-coordinate representation of color #33E7EF: hue angle of 182.55º 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 #33E7EF is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB51231239-
CMYK0.790.0300.06
HSL182.55º85.45%56.86%-
HSV(B)182.55º78.66%93.73%-
XYZ45.5264.0991.63-
YUV178.09162.3737.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.79%
GREEN value IS 231 (90.62% from 255) = 44.34%
BLUE value IS 239 (93.75% from 255) = 45.87%
R=9.79%
G=44.34%
B=45.87%

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
Decimal512312390.790.0300.06182.5585.4556.86
Hex33E7EF4F306b75539
Octal6334735711730626712571
Binary11001111100111111011111001111110110101101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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