#AFFFF6

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

Shades of Pale Turquoise #AFFFF6

Tints of Pale Turquoise #AFFFF6

Color information

#AFFFF6 (or 0xAFFFF6) is unknown color: approx Pale Turquoise. HEX triplet: AF, FF and F6. RGB value is (175,255,246). Sum of RGB (Red+Green+Blue) = 175+255+246=676 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.89% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF6 is #500009. Grayscale: #E6E6E6. Windows color (decimal): -5242890 or 16187311. OLE color: 16187311.

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

Color convert

RGB175255246-
CMYK0.3100.040
HSL173.25º100%84.31%-
HSV(B)173.25º31.37%100%-
XYZ70.0787.29100.34-
YUV230.0513788.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.89%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 246 (96.48% from 255) = 36.39%
R=25.89%
G=37.72%
B=36.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552460.3100.040173.2510084.31
HexAFFFF61F040ad6454
Octal25737736637040255144124
Binary10101111111111111111011011111010001010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFF6; }

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

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

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

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

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

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

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

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