#AFE9EA

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

Shades of Pale Turquoise #AFE9EA

Tints of Pale Turquoise #AFE9EA

Color information

#AFE9EA (or 0xAFE9EA) is unknown color: approx Pale Turquoise. HEX triplet: AF, E9 and EA. RGB value is (175,233,234). Sum of RGB (Red+Green+Blue) = 175+233+234=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFE9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9EA is #501615. Grayscale: #D7D7D7. Windows color (decimal): -5248534 or 15395247. OLE color: 15395247.

HSL color Cylindrical-coordinate representation of color #AFE9EA: hue angle of 181.02º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9EA is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175233234-
CMYK0.250.0000.08
HSL181.02º58.42%80.2%-
HSV(B)181.02º25.21%91.76%-
XYZ61.6773.3388.75-
YUV215.77138.2898.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 233 (91.41% from 255) = 36.29%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=27.26%
G=36.29%
B=36.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752332340.250.0000.08181.0258.4280.2
HexAFE9EA19008b53a50
Octal25735135231001026572120
Binary10101111111010011110101011001001000101101011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9EA; }

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

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

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

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

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

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

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

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