#AFF9FD

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

Shades of Pale Turquoise #AFF9FD

Tints of Pale Turquoise #AFF9FD

Color information

#AFF9FD (or 0xAFF9FD) is unknown color: approx Pale Turquoise. HEX triplet: AF, F9 and FD. RGB value is (175,249,253). Sum of RGB (Red+Green+Blue) = 175+249+253=677 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.85% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFF9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF9FD is #500602. Grayscale: #E3E3E3. Windows color (decimal): -5244419 or 16644527. OLE color: 16644527.

HSL color Cylindrical-coordinate representation of color #AFF9FD: hue angle of 183.08º degrees, saturation: 0.95, 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 #AFF9FD is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175249253-
CMYK0.310.0200.01
HSL183.08º95.12%83.92%-
HSV(B)183.08º30.83%99.22%-
XYZ69.2883.96105.48-
YUV227.33142.4890.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.85%
GREEN value IS 249 (97.66% from 255) = 36.78%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=25.85%
G=36.78%
B=37.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752492530.310.0200.01183.0895.1283.92
HexAFF9FD1F201b75f54
Octal25737137537201267137124
Binary1010111111111001111111011111110011011011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9FD; }

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

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

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

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

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

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

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

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