#AFFBF5

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

Shades of Pale Turquoise #AFFBF5

Tints of Pale Turquoise #AFFBF5

Color information

#AFFBF5 (or 0xAFFBF5) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and F5. RGB value is (175,251,245). Sum of RGB (Red+Green+Blue) = 175+251+245=671 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.08% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBF5 is #50040A. Grayscale: #E3E3E3. Windows color (decimal): -5243915 or 16120751. OLE color: 16120751.

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

Color convert

RGB175251245-
CMYK0.3000.020.02
HSL175.26º90.48%83.53%-
HSV(B)175.26º30.28%98.43%-
XYZ68.6684.799.12-
YUV227.59137.8290.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.08%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=26.08%
G=37.41%
B=36.51%

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
Decimal1752512450.3000.020.02175.2690.4883.53
HexAFFBF51E022af5a54
Octal25737336536022257132124
Binary10101111111110111111010111110010101010111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBF5; }

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

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

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

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

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

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

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

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