#AFFBF0

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

Shades of Pale Turquoise #AFFBF0

Tints of Pale Turquoise #AFFBF0

Color information

#AFFBF0 (or 0xAFFBF0) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and F0. RGB value is (175,251,240). Sum of RGB (Red+Green+Blue) = 175+251+240=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBF0 is #50040F. Grayscale: #E2E2E2. Windows color (decimal): -5243920 or 15793071. OLE color: 15793071.

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

Color convert

RGB175251240-
CMYK0.3000.040.02
HSL171.32º90.48%83.53%-
HSV(B)171.32º30.28%98.43%-
XYZ67.984.495.15-
YUV227.02135.3290.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.28%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=26.28%
G=37.69%
B=36.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512400.3000.040.02171.3290.4883.53
HexAFFBF01E042ab5a54
Octal25737336036042253132124
Binary101011111111101111110000111100100101010101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBF0; }

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

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

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

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

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

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

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

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