#AFEFFA

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

Shades of Pale Turquoise #AFEFFA

Tints of Pale Turquoise #AFEFFA

Color information

#AFEFFA (or 0xAFEFFA) is unknown color: approx Pale Turquoise. HEX triplet: AF, EF and FA. RGB value is (175,239,250). Sum of RGB (Red+Green+Blue) = 175+239+250=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFEFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFFA is #501005. Grayscale: #DDDDDD. Windows color (decimal): -5246982 or 16445359. OLE color: 16445359.

HSL color Cylindrical-coordinate representation of color #AFEFFA: hue angle of 188.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEFFA is Cyan = 0.3, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175239250-
CMYK0.30.0400.02
HSL188.8º88.24%83.33%-
HSV(B)188.8º30%98.04%-
XYZ65.877.75101.98-
YUV221.12144.395.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.36%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=26.36%
G=35.99%
B=37.65%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752392500.30.0400.02188.888.2483.33
HexAFEFFA1E402bd5853
Octal25735737236402275130123
Binary101011111110111111111010111101000101011110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFFA; }

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

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

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

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

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

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

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

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