#AFF9EE

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

Shades of Pale Turquoise #AFF9EE

Tints of Pale Turquoise #AFF9EE

Color information

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

HSL color Cylindrical-coordinate representation of color #AFF9EE: hue angle of 171.08º 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 #AFF9EE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB175249238-
CMYK0.3000.040.02
HSL171.08º86.05%83.14%-
HSV(B)171.08º29.72%97.65%-
XYZ66.9983.0493.39-
YUV225.62134.9891.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492380.3000.040.02171.0886.0583.14
HexAFF9EE1E042ab5653
Octal25737135636042253126123
Binary101011111111100111101110111100100101010101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9EE; }

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

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

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

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

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

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

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

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