#33EBE9

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

Shades of Turquoise #33EBE9

Tints of Turquoise #33EBE9

Color information

#33EBE9 (or 0x33EBE9) is unknown color: approx Turquoise. HEX triplet: 33, EB and E9. RGB value is (51,235,233). Sum of RGB (Red+Green+Blue) = 51+235+233=519 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.83% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EBE9 is #CC1416. Grayscale: #B3B3B3. Windows color (decimal): -13374487 or 15330099. OLE color: 15330099.

HSL color Cylindrical-coordinate representation of color #33EBE9: hue angle of 179.35º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EBE9 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB51235233-
CMYK0.7800.010.08
HSL179.35º82.14%56.08%-
HSV(B)179.35º78.3%92.16%-
XYZ45.786687.42-
YUV179.76158.0436.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.83%
GREEN value IS 235 (92.19% from 255) = 45.28%
BLUE value IS 233 (91.41% from 255) = 44.89%
R=9.83%
G=45.28%
B=44.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal512352330.7800.010.08179.3582.1456.08
Hex33EBE94E018b35238
Octal63353351116011026312270
Binary11001111101011111010011001110011000101100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,235,233); }

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

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

 a { background-color: rgb(51,235,233); }

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

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

 span { border-color: rgb(51,235,233); }

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