#3FFAAF

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

Shades of Turquoise #3FFAAF

Tints of Turquoise #3FFAAF

Color information

#3FFAAF (or 0x3FFAAF) is unknown color: approx Turquoise. HEX triplet: 3F, FA and AF. RGB value is (63,250,175). Sum of RGB (Red+Green+Blue) = 63+250+175=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFAAF is #C00550. Grayscale: #B9B9B9. Windows color (decimal): -12584273 or 11532863. OLE color: 11532863.

HSL color Cylindrical-coordinate representation of color #3FFAAF: hue angle of 155.94º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAAF is Cyan = 0.75, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB63250175-
CMYK0.7500.30.02
HSL155.94º94.92%61.37%-
HSV(B)155.94º74.8%98.04%-
XYZ43.9772.5252.24-
YUV185.54122.0540.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.91%
GREEN value IS 250 (98.05% from 255) = 51.23%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=12.91%
G=51.23%
B=35.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632501750.7500.30.02155.9494.9261.37
Hex3FFAAF4B01E29c5f3d
Octal77372257113036223413775
Binary1111111111101010101111100101101111010100111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FFAAF; }

 p { color: rgb(63,250,175); }

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

<style>
 a { background-color: #3FFAAF; }

 a { background-color: rgb(63,250,175); }

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

<style>
 span { border-color: #3FFAAF; }

 span { border-color: rgb(63,250,175); }

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