#33FAE6

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

Shades of Turquoise #33FAE6

Tints of Turquoise #33FAE6

Color information

#33FAE6 (or 0x33FAE6) is unknown color: approx Turquoise. HEX triplet: 33, FA and E6. RGB value is (51,250,230). Sum of RGB (Red+Green+Blue) = 51+250+230=531 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.60% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #33FAE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FAE6 is #CC0519. Grayscale: #BCBCBC. Windows color (decimal): -13370650 or 15137331. OLE color: 15137331.

HSL color Cylindrical-coordinate representation of color #33FAE6: hue angle of 173.97º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FAE6 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB51250230-
CMYK0.8000.080.02
HSL173.97º95.22%59.02%-
HSV(B)173.97º79.6%98.04%-
XYZ49.8374.7986.67-
YUV188.22151.5730.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.60%
GREEN value IS 250 (98.05% from 255) = 47.08%
BLUE value IS 230 (90.23% from 255) = 43.31%
R=9.60%
G=47.08%
B=43.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal512502300.8000.080.02173.9795.2259.02
Hex33FAE650082ae5f3b
Octal63372346120010225613773
Binary110011111110101110011010100000100010101011101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,250,230); }

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

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

 a { background-color: rgb(51,250,230); }

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

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

 span { border-color: rgb(51,250,230); }

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