#AFFEFC

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

Shades of Pale Turquoise #AFFEFC

Tints of Pale Turquoise #AFFEFC

Color information

#AFFEFC (or 0xAFFEFC) is unknown color: approx Pale Turquoise. HEX triplet: AF, FE and FC. RGB value is (175,254,252). Sum of RGB (Red+Green+Blue) = 175+254+252=681 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.70% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEFC is #500103. Grayscale: #E6E6E6. Windows color (decimal): -5243140 or 16580271. OLE color: 16580271.

HSL color Cylindrical-coordinate representation of color #AFFEFC: hue angle of 178.48º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEFC is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB175254252-
CMYK0.3100.010.00
HSL178.48º97.53%84.12%-
HSV(B)178.48º31.1%99.61%-
XYZ70.6987.03105.17-
YUV230.15140.3388.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.70%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 252 (98.83% from 255) = 37.00%
R=25.70%
G=37.30%
B=37.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542520.3100.010.00178.4897.5384.12
HexAFFEFC1F010b26254
Octal25737637437010262142124
Binary101011111111111011111100111110101011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEFC; }

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

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

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

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

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

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

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

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