#AFFBF6

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

Shades of Pale Turquoise #AFFBF6

Tints of Pale Turquoise #AFFBF6

Color information

#AFFBF6 (or 0xAFFBF6) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and F6. RGB value is (175,251,246). Sum of RGB (Red+Green+Blue) = 175+251+246=672 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.04% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBF6 is #500409. Grayscale: #E3E3E3. Windows color (decimal): -5243914 or 16186287. OLE color: 16186287.

HSL color Cylindrical-coordinate representation of color #AFFBF6: hue angle of 176.05º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBF6 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB175251246-
CMYK0.3000.020.02
HSL176.05º90.48%83.53%-
HSV(B)176.05º30.28%98.43%-
XYZ68.8184.7699.92-
YUV227.71138.3290.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.04%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=26.04%
G=37.35%
B=36.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512460.3000.020.02176.0590.4883.53
HexAFFBF61E022b05a54
Octal25737336636022260132124
Binary10101111111110111111011011110010101011000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBF6; }

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

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

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

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

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

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

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

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