#33F7E9

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

Shades of Turquoise #33F7E9

Tints of Turquoise #33F7E9

Color information

#33F7E9 (or 0x33F7E9) is unknown color: approx Turquoise. HEX triplet: 33, F7 and E9. RGB value is (51,247,233). Sum of RGB (Red+Green+Blue) = 51+247+233=531 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.60% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #33F7E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F7E9 is #CC0816. Grayscale: #BABABA. Windows color (decimal): -13371415 or 15333171. OLE color: 15333171.

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

Color convert

RGB51247233-
CMYK0.7900.060.03
HSL175.71º92.45%58.43%-
HSV(B)175.71º79.35%96.86%-
XYZ49.3373.1188.6-
YUV186.8154.0731.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.60%
GREEN value IS 247 (96.88% from 255) = 46.52%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=9.60%
G=46.52%
B=43.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal512472330.7900.060.03175.7192.4558.43
Hex33F7E94F063b05c3a
Octal6336735111706326013472
Binary11001111110111111010011001111011011101100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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