#AFF0FF

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

Shades of Pale Turquoise #AFF0FF

Tints of Pale Turquoise #AFF0FF

Color information

#AFF0FF (or 0xAFF0FF) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and FF. RGB value is (175,240,255). Sum of RGB (Red+Green+Blue) = 175+240+255=670 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.12% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0FF is #500F00. Grayscale: #DEDEDE. Windows color (decimal): -5246721 or 16773295. OLE color: 16773295.

HSL color Cylindrical-coordinate representation of color #AFF0FF: hue angle of 191.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF0FF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175240255-
CMYK0.310.0600
HSL191.25º100%84.31%-
HSV(B)191.25º31.37%100%-
XYZ66.8978.65106.26-
YUV222.27146.4794.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.12%
GREEN value IS 240 (94.14% from 255) = 35.82%
BLUE value IS 255 (100% from 255) = 38.06%
R=26.12%
G=35.82%
B=38.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752402550.310.0600191.2510084.31
HexAFF0FF1F600bf6454
Octal25736037737600277144124
Binary10101111111100001111111111111110001011111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0FF; }

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

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

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

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

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

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

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

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