#AFF9FC

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

Shades of Pale Turquoise #AFF9FC

Tints of Pale Turquoise #AFF9FC

Color information

#AFF9FC (or 0xAFF9FC) is unknown color: approx Pale Turquoise. HEX triplet: AF, F9 and FC. RGB value is (175,249,252). Sum of RGB (Red+Green+Blue) = 175+249+252=676 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.89% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFF9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF9FC is #500603. Grayscale: #E3E3E3. Windows color (decimal): -5244420 or 16578991. OLE color: 16578991.

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

Color convert

RGB175249252-
CMYK0.310.0100.01
HSL182.34º92.77%83.73%-
HSV(B)182.34º30.56%98.82%-
XYZ69.1383.89104.65-
YUV227.22141.9890.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.89%
GREEN value IS 249 (97.66% from 255) = 36.83%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=25.89%
G=36.83%
B=37.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752492520.310.0100.01182.3492.7783.73
HexAFF9FC1F101b65d54
Octal25737137437101266135124
Binary101011111111100111111100111111011011011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9FC; }

 p { color: rgb(175,249,252); }

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

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

 a { background-color: rgb(175,249,252); }

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

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

 span { border-color: rgb(175,249,252); }

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