#AFFBFC

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

Shades of Pale Turquoise #AFFBFC

Tints of Pale Turquoise #AFFBFC

Color information

#AFFBFC (or 0xAFFBFC) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and FC. RGB value is (175,251,252). Sum of RGB (Red+Green+Blue) = 175+251+252=678 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.81% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFFBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBFC is #500403. Grayscale: #E4E4E4. Windows color (decimal): -5243908 or 16579503. OLE color: 16579503.

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

Color convert

RGB175251252-
CMYK0.310.0000.01
HSL180.78º92.77%83.73%-
HSV(B)180.78º30.56%98.82%-
XYZ69.7585.14104.85-
YUV228.39141.3289.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.81%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=25.81%
G=37.02%
B=37.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752512520.310.0000.01180.7892.7783.73
HexAFFBFC1F001b55d54
Octal25737337437001265135124
Binary101011111111101111111100111110011011010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBFC; }

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

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

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

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

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

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

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

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