#AFFDFC

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

Shades of Pale Turquoise #AFFDFC

Tints of Pale Turquoise #AFFDFC

Color information

#AFFDFC (or 0xAFFDFC) is unknown color: approx Pale Turquoise. HEX triplet: AF, FD and FC. RGB value is (175,253,252). Sum of RGB (Red+Green+Blue) = 175+253+252=680 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.74% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDFC is #500203. Grayscale: #E5E5E5. Windows color (decimal): -5243396 or 16580015. OLE color: 16580015.

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

Color convert

RGB175253252-
CMYK0.3100.000.01
HSL179.23º95.12%83.92%-
HSV(B)179.23º30.83%99.22%-
XYZ70.3886.39105.06-
YUV229.56140.6689.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.74%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=25.74%
G=37.21%
B=37.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532520.3100.000.01179.2395.1283.92
HexAFFDFC1F001b35f54
Octal25737537437001263137124
Binary101011111111110111111100111110011011001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDFC; }

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

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

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

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

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

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

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

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