#AFF8FE

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

Shades of Pale Turquoise #AFF8FE

Tints of Pale Turquoise #AFF8FE

Color information

#AFF8FE (or 0xAFF8FE) is unknown color: approx Pale Turquoise. HEX triplet: AF, F8 and FE. RGB value is (175,248,254). Sum of RGB (Red+Green+Blue) = 175+248+254=677 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.85% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFF8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8FE is #500701. Grayscale: #E2E2E2. Windows color (decimal): -5244674 or 16709807. OLE color: 16709807.

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

Color convert

RGB175248254-
CMYK0.310.0200.00
HSL184.56º97.53%84.12%-
HSV(B)184.56º31.1%99.61%-
XYZ69.1483.4106.22-
YUV226.86143.3291.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.85%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=25.85%
G=36.63%
B=37.52%

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
Decimal1752482540.310.0200.00184.5697.5384.12
HexAFF8FE1F200b96254
Octal25737037637200271142124
Binary1010111111111000111111101111110001011100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8FE; }

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

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

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

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

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

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

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

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