#AFF1FF

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

Shades of Pale Turquoise #AFF1FF

Tints of Pale Turquoise #AFF1FF

Color information

#AFF1FF (or 0xAFF1FF) is unknown color: approx Pale Turquoise. HEX triplet: AF, F1 and FF. RGB value is (175,241,255). Sum of RGB (Red+Green+Blue) = 175+241+255=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1FF is #500E00. Grayscale: #DEDEDE. Windows color (decimal): -5246465 or 16773551. OLE color: 16773551.

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

Color convert

RGB175241255-
CMYK0.310.0500
HSL190.5º100%84.31%-
HSV(B)190.5º31.37%100%-
XYZ67.1879.24106.36-
YUV222.86146.1393.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.08%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 255 (100% from 255) = 38.00%
R=26.08%
G=35.92%
B=38.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752412550.310.0500190.510084.31
HexAFF1FF1F500be6454
Octal25736137737500276144124
Binary10101111111100011111111111111101001011111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1FF; }

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

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

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

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

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

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

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

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