#AFFCFC

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

Shades of Pale Turquoise #AFFCFC

Tints of Pale Turquoise #AFFCFC

Color information

#AFFCFC (or 0xAFFCFC) is unknown color: approx Pale Turquoise. HEX triplet: AF, FC and FC. RGB value is (175,252,252). Sum of RGB (Red+Green+Blue) = 175+252+252=679 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.77% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #AFFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFCFC is #500303. Grayscale: #E4E4E4. Windows color (decimal): -5243652 or 16579759. OLE color: 16579759.

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

Color convert

RGB175252252-
CMYK0.31000.01
HSL180º92.77%83.73%-
HSV(B)180º30.56%98.82%-
XYZ70.0685.76104.96-
YUV228.98140.9989.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.77%
GREEN value IS 252 (98.83% from 255) = 37.11%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=25.77%
G=37.11%
B=37.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522520.31000.0118092.7783.73
HexAFFCFC1F001b45d54
Octal25737437437001264135124
Binary101011111111110011111100111110011011010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCFC; }

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

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

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

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

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

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

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

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