#3FFAAE

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

Shades of Turquoise #3FFAAE

Tints of Turquoise #3FFAAE

Color information

#3FFAAE (or 0x3FFAAE) is unknown color: approx Turquoise. HEX triplet: 3F, FA and AE. RGB value is (63,250,174). Sum of RGB (Red+Green+Blue) = 63+250+174=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFAAE is #C00551. Grayscale: #B9B9B9. Windows color (decimal): -12584274 or 11467327. OLE color: 11467327.

HSL color Cylindrical-coordinate representation of color #3FFAAE: hue angle of 155.61º 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 #3FFAAE is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB63250174-
CMYK0.7500.300.02
HSL155.61º94.92%61.37%-
HSV(B)155.61º74.8%98.04%-
XYZ43.8872.4851.72-
YUV185.42121.5540.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.94%
GREEN value IS 250 (98.05% from 255) = 51.33%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=12.94%
G=51.33%
B=35.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632501740.7500.300.02155.6194.9261.37
Hex3FFAAE4B01E29c5f3d
Octal77372256113036223413775
Binary1111111111101010101110100101101111010100111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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