#AFFFFC

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

Shades of Pale Turquoise #AFFFFC

Tints of Pale Turquoise #AFFFFC

Color information

#AFFFFC (or 0xAFFFFC) is unknown color: approx Pale Turquoise. HEX triplet: AF, FF and FC. RGB value is (175,255,252). Sum of RGB (Red+Green+Blue) = 175+255+252=682 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.66% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFFC is #500003. Grayscale: #E6E6E6. Windows color (decimal): -5242884 or 16580527. OLE color: 16580527.

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

Color convert

RGB175255252-
CMYK0.3100.010
HSL177.75º100%84.31%-
HSV(B)177.75º31.37%100%-
XYZ71.0187.66105.27-
YUV230.7414088.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.66%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=25.66%
G=37.39%
B=36.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552520.3100.010177.7510084.31
HexAFFFFC1F010b26454
Octal25737737437010262144124
Binary101011111111111111111100111110101011001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFFC; }

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

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

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

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

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

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

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

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