#AFF7FE

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

Shades of Pale Turquoise #AFF7FE

Tints of Pale Turquoise #AFF7FE

Color information

#AFF7FE (or 0xAFF7FE) is unknown color: approx Pale Turquoise. HEX triplet: AF, F7 and FE. RGB value is (175,247,254). Sum of RGB (Red+Green+Blue) = 175+247+254=676 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.89% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFF7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7FE is #500801. Grayscale: #E2E2E2. Windows color (decimal): -5244930 or 16709551. OLE color: 16709551.

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

Color convert

RGB175247254-
CMYK0.310.0300.00
HSL185.32º97.53%84.12%-
HSV(B)185.32º31.1%99.61%-
XYZ68.8382.79106.12-
YUV226.27143.6591.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.89%
GREEN value IS 247 (96.88% from 255) = 36.54%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=25.89%
G=36.54%
B=37.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752472540.310.0300.00185.3297.5384.12
HexAFF7FE1F300b96254
Octal25736737637300271142124
Binary1010111111110111111111101111111001011100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7FE; }

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

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

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

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

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

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

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

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