#AFEEF6

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

Shades of Pale Turquoise #AFEEF6

Tints of Pale Turquoise #AFEEF6

Color information

#AFEEF6 (or 0xAFEEF6) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and F6. RGB value is (175,238,246). Sum of RGB (Red+Green+Blue) = 175+238+246=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFEEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEF6 is #501109. Grayscale: #DBDBDB. Windows color (decimal): -5247242 or 16182959. OLE color: 16182959.

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

Color convert

RGB175238246-
CMYK0.290.0300.04
HSL186.76º79.78%82.55%-
HSV(B)186.76º28.86%96.47%-
XYZ64.8976.9298.62-
YUV220.08142.6395.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.56%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=26.56%
G=36.12%
B=37.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752382460.290.0300.04186.7679.7882.55
HexAFEEF61D304bb5053
Octal25735636635304273120123
Binary101011111110111011110110111011101001011101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEF6; }

 p { color: rgb(175,238,246); }

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

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

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

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

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

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

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