#AFFCFE

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

Shades of Pale Turquoise #AFFCFE

Tints of Pale Turquoise #AFFCFE

Color information

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

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

Color convert

RGB175252254-
CMYK0.310.0100.00
HSL181.52º97.53%84.12%-
HSV(B)181.52º31.1%99.61%-
XYZ70.3885.89106.64-
YUV229.2141.9989.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752522540.310.0100.00181.5297.5384.12
HexAFFCFE1F100b66254
Octal25737437637100266142124
Binary101011111111110011111110111111001011011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCFE; }

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

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

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

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

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

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

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

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