#33e2ed

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

Shades of Turquoise #33E2ED

Tints of Turquoise #33E2ED

Color information

#33E2ED (or 0x33E2ED) is unknown color: approx Turquoise. HEX triplet: 33, E2 and ED. RGB value is (51,226,237). Sum of RGB (Red+Green+Blue) = 51+226+237=514 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.92% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #33E2ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E2ED is #CC1D12. Grayscale: #AEAEAE. Windows color (decimal): -13376787 or 15589939. OLE color: 15589939.

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

Color convert

RGB51226237-
CMYK0.780.0500.07
HSL183.55º83.78%56.47%-
HSV(B)183.55º78.48%92.94%-
XYZ43.8561.2189.62-
YUV174.93163.0239.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.92%
GREEN value IS 226 (88.67% from 255) = 43.97%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=9.92%
G=43.97%
B=46.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512262370.780.0500.07183.5583.7856.47
Hex33E2ED4E507b85438
Octal6334235511650727012470
Binary110011111000101110110110011101010111101110001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33e2ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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