#AFFEFA

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

Shades of Pale Turquoise #AFFEFA

Tints of Pale Turquoise #AFFEFA

Color information

#AFFEFA (or 0xAFFEFA) is unknown color: approx Pale Turquoise. HEX triplet: AF, FE and FA. RGB value is (175,254,250). Sum of RGB (Red+Green+Blue) = 175+254+250=679 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.77% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEFA is #500105. Grayscale: #E5E5E5. Windows color (decimal): -5243142 or 16449199. OLE color: 16449199.

HSL color Cylindrical-coordinate representation of color #AFFEFA: hue angle of 176.96º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEFA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB175254250-
CMYK0.3100.020.00
HSL176.96º97.53%84.12%-
HSV(B)176.96º31.1%99.61%-
XYZ70.3886.9103.51-
YUV229.92139.3388.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.77%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=25.77%
G=37.41%
B=36.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542500.3100.020.00176.9697.5384.12
HexAFFEFA1F020b16254
Octal25737637237020261142124
Binary1010111111111110111110101111101001011000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEFA; }

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

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

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

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

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

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

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

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