#AFFDF6

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

Shades of Pale Turquoise #AFFDF6

Tints of Pale Turquoise #AFFDF6

Color information

#AFFDF6 (or 0xAFFDF6) is unknown color: approx Pale Turquoise. HEX triplet: AF, FD and F6. RGB value is (175,253,246). Sum of RGB (Red+Green+Blue) = 175+253+246=674 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.96% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDF6 is #500209. Grayscale: #E4E4E4. Windows color (decimal): -5243402 or 16186799. OLE color: 16186799.

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

Color convert

RGB175253246-
CMYK0.3100.030.01
HSL174.62º95.12%83.92%-
HSV(B)174.62º30.83%99.22%-
XYZ69.4486.02100.13-
YUV228.88137.6689.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.96%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=25.96%
G=37.54%
B=36.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532460.3100.030.01174.6295.1283.92
HexAFFDF61F031af5f54
Octal25737536637031257137124
Binary1010111111111101111101101111101111010111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDF6; }

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

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

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

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

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

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

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

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