#33F6EA

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

Shades of Turquoise #33F6EA

Tints of Turquoise #33F6EA

Color information

#33F6EA (or 0x33F6EA) is unknown color: approx Turquoise. HEX triplet: 33, F6 and EA. RGB value is (51,246,234). Sum of RGB (Red+Green+Blue) = 51+246+234=531 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.60% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #33F6EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F6EA is #CC0915. Grayscale: #BABABA. Windows color (decimal): -13371670 or 15398451. OLE color: 15398451.

HSL color Cylindrical-coordinate representation of color #33F6EA: hue angle of 176.31º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F6EA is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB51246234-
CMYK0.7900.050.04
HSL176.31º91.55%58.24%-
HSV(B)176.31º79.27%96.47%-
XYZ49.1772.5689.25-
YUV186.33154.931.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.60%
GREEN value IS 246 (96.48% from 255) = 46.33%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=9.60%
G=46.33%
B=44.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal512462340.7900.050.04176.3191.5558.24
Hex33F6EA4F054b05c3a
Octal6336635211705426013472
Binary110011111101101110101010011110101100101100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,246,234); }

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

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

 a { background-color: rgb(51,246,234); }

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

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

 span { border-color: rgb(51,246,234); }

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