#AFFBFA

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

Shades of Pale Turquoise #AFFBFA

Tints of Pale Turquoise #AFFBFA

Color information

#AFFBFA (or 0xAFFBFA) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and FA. RGB value is (175,251,250). Sum of RGB (Red+Green+Blue) = 175+251+250=676 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.89% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBFA is #500405. Grayscale: #E4E4E4. Windows color (decimal): -5243910 or 16448431. OLE color: 16448431.

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

Color convert

RGB175251250-
CMYK0.3000.000.02
HSL179.21º90.48%83.53%-
HSV(B)179.21º30.28%98.43%-
XYZ69.4385.01103.19-
YUV228.16140.3290.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.89%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=25.89%
G=37.13%
B=36.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512500.3000.000.02179.2190.4883.53
HexAFFBFA1E002b35a54
Octal25737337236002263132124
Binary1010111111111011111110101111000101011001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBFA; }

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

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

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

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

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

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

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

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