#33E8ED

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

Shades of Turquoise #33E8ED

Tints of Turquoise #33E8ED

Color information

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

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

Color convert

RGB51232237-
CMYK0.780.0200.07
HSL181.61º83.78%56.47%-
HSV(B)181.61º78.48%92.94%-
XYZ45.5164.5390.18-
YUV178.45161.0337.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512322370.780.0200.07181.6183.7856.47
Hex33E8ED4E207b65438
Octal6335035511620726612470
Binary11001111101000111011011001110100111101101101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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