#33e4ed

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

Shades of Turquoise #33E4ED

Tints of Turquoise #33E4ED

Color information

#33E4ED (or 0x33E4ED) is unknown color: approx Turquoise. HEX triplet: 33, E4 and ED. RGB value is (51,228,237). Sum of RGB (Red+Green+Blue) = 51+228+237=516 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.88% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #33E4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E4ED is #CC1B12. Grayscale: #AFAFAF. Windows color (decimal): -13376275 or 15590451. OLE color: 15590451.

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

Color convert

RGB51228237-
CMYK0.780.0400.07
HSL182.9º83.78%56.47%-
HSV(B)182.9º78.48%92.94%-
XYZ44.3962.3189.81-
YUV176.1162.3638.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.88%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=9.88%
G=44.19%
B=45.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512282370.780.0400.07182.983.7856.47
Hex33E4ED4E407b75438
Octal6334435511640726712470
Binary110011111001001110110110011101000111101101111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33e4ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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