#AFFAFE

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

Shades of Pale Turquoise #AFFAFE

Tints of Pale Turquoise #AFFAFE

Color information

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

HSL color Cylindrical-coordinate representation of color #AFFAFE: hue angle of 183.04º 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 #AFFAFE is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175250254-
CMYK0.310.0200.00
HSL183.04º97.53%84.12%-
HSV(B)183.04º31.1%99.61%-
XYZ69.7584.64106.43-
YUV228.03142.6590.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752502540.310.0200.00183.0497.5384.12
HexAFFAFE1F200b76254
Octal25737237637200267142124
Binary1010111111111010111111101111110001011011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAFE; }

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

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

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

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

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

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

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

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