#AFFFF8

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

Shades of Pale Turquoise #AFFFF8

Tints of Pale Turquoise #AFFFF8

Color information

#AFFFF8 (or 0xAFFFF8) is unknown color: approx Pale Turquoise. HEX triplet: AF, FF and F8. RGB value is (175,255,248). Sum of RGB (Red+Green+Blue) = 175+255+248=678 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.81% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF8 is #500007. Grayscale: #E6E6E6. Windows color (decimal): -5242888 or 16318383. OLE color: 16318383.

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

Color convert

RGB175255248-
CMYK0.3100.030
HSL174.75º100%84.31%-
HSV(B)174.75º31.37%100%-
XYZ70.3887.41101.97-
YUV230.2813888.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.81%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 248 (97.27% from 255) = 36.58%
R=25.81%
G=37.61%
B=36.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552480.3100.030174.7510084.31
HexAFFFF81F030af6454
Octal25737737037030257144124
Binary1010111111111111111110001111101101010111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFF8; }

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

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

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

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

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

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

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

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