#AFE9EE

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

Shades of Pale Turquoise #AFE9EE

Tints of Pale Turquoise #AFE9EE

Color information

#AFE9EE (or 0xAFE9EE) is unknown color: approx Pale Turquoise. HEX triplet: AF, E9 and EE. RGB value is (175,233,238). Sum of RGB (Red+Green+Blue) = 175+233+238=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9EE is #501611. Grayscale: #D8D8D8. Windows color (decimal): -5248530 or 15657391. OLE color: 15657391.

HSL color Cylindrical-coordinate representation of color #AFE9EE: hue angle of 184.76º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE9EE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175233238-
CMYK0.260.0200.07
HSL184.76º64.95%80.98%-
HSV(B)184.76º26.47%93.33%-
XYZ62.2573.5691.81-
YUV216.23140.2898.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 233 (91.41% from 255) = 36.07%
BLUE value IS 238 (93.36% from 255) = 36.84%
R=27.09%
G=36.07%
B=36.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752332380.260.0200.07184.7664.9580.98
HexAFE9EE1A207b94151
Octal25735135632207271101121
Binary101011111110100111101110110101001111011100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9EE; }

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

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

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

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

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

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

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

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