#AFEFF8

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

Shades of Pale Turquoise #AFEFF8

Tints of Pale Turquoise #AFEFF8

Color information

#AFEFF8 (or 0xAFEFF8) is unknown color: approx Pale Turquoise. HEX triplet: AF, EF and F8. RGB value is (175,239,248). Sum of RGB (Red+Green+Blue) = 175+239+248=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFEFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFF8 is #501007. Grayscale: #DCDCDC. Windows color (decimal): -5246984 or 16314287. OLE color: 16314287.

HSL color Cylindrical-coordinate representation of color #AFEFF8: hue angle of 187.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEFF8 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175239248-
CMYK0.290.0400.03
HSL187.4º83.91%82.94%-
HSV(B)187.4º29.44%97.25%-
XYZ65.4977.62100.34-
YUV220.89143.395.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.44%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=26.44%
G=36.10%
B=37.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752392480.290.0400.03187.483.9182.94
HexAFEFF81D403bb5453
Octal25735737035403273124123
Binary101011111110111111111000111011000111011101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFF8; }

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

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

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

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

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

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

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

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