#AFF0FE

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

Shades of Pale Turquoise #AFF0FE

Tints of Pale Turquoise #AFF0FE

Color information

#AFF0FE (or 0xAFF0FE) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and FE. RGB value is (175,240,254). Sum of RGB (Red+Green+Blue) = 175+240+254=669 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.16% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0FE is #500F01. Grayscale: #DEDEDE. Windows color (decimal): -5246722 or 16707759. OLE color: 16707759.

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

Color convert

RGB175240254-
CMYK0.310.0600.00
HSL190.63º97.53%84.12%-
HSV(B)190.63º31.1%99.61%-
XYZ66.7378.59105.42-
YUV222.16145.9794.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.16%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=26.16%
G=35.87%
B=37.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752402540.310.0600.00190.6397.5384.12
HexAFF0FE1F600bf6254
Octal25736037637600277142124
Binary10101111111100001111111011111110001011111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0FE; }

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

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

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

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

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

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

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

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