#AFFCFF

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

Shades of Pale Turquoise #AFFCFF

Tints of Pale Turquoise #AFFCFF

Color information

#AFFCFF (or 0xAFFCFF) is unknown color: approx Pale Turquoise. HEX triplet: AF, FC and FF. RGB value is (175,252,255). Sum of RGB (Red+Green+Blue) = 175+252+255=682 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.66% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFCFF is #500300. Grayscale: #E5E5E5. Windows color (decimal): -5243649 or 16776367. OLE color: 16776367.

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

Color convert

RGB175252255-
CMYK0.310.0100
HSL182.25º100%84.31%-
HSV(B)182.25º31.37%100%-
XYZ70.5485.95107.48-
YUV229.32142.4989.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.66%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 255 (100% from 255) = 37.39%
R=25.66%
G=36.95%
B=37.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752522550.310.0100182.2510084.31
HexAFFCFF1F100b66454
Octal25737437737100266144124
Binary101011111111110011111111111111001011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCFF; }

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

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

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

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

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

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

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

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