#AFEEF9

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

Shades of Pale Turquoise #AFEEF9

Tints of Pale Turquoise #AFEEF9

Color information

#AFEEF9 (or 0xAFEEF9) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and F9. RGB value is (175,238,249). Sum of RGB (Red+Green+Blue) = 175+238+249=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFEEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEF9 is #501106. Grayscale: #DCDCDC. Windows color (decimal): -5247239 or 16379567. OLE color: 16379567.

HSL color Cylindrical-coordinate representation of color #AFEEF9: hue angle of 188.92º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEEF9 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175238249-
CMYK0.300.0400.02
HSL188.92º86.05%83.14%-
HSV(B)188.92º29.72%97.65%-
XYZ65.3577.1101.06-
YUV220.42144.1395.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.44%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=26.44%
G=35.95%
B=37.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752382490.300.0400.02188.9286.0583.14
HexAFEEF91E402bd5653
Octal25735637136402275126123
Binary101011111110111011111001111101000101011110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEF9; }

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

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

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

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

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

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

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

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