#AFE8EB

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

Shades of Pale Turquoise #AFE8EB

Tints of Pale Turquoise #AFE8EB

Color information

#AFE8EB (or 0xAFE8EB) is unknown color: approx Pale Turquoise. HEX triplet: AF, E8 and EB. RGB value is (175,232,235). Sum of RGB (Red+Green+Blue) = 175+232+235=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFE8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8EB is #501714. Grayscale: #D7D7D7. Windows color (decimal): -5248789 or 15460527. OLE color: 15460527.

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

Color convert

RGB175232235-
CMYK0.260.0100.08
HSL183º60%80.39%-
HSV(B)183º25.53%92.16%-
XYZ61.5372.8389.41-
YUV215.3139.1299.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=27.26%
G=36.14%
B=36.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752322350.260.0100.081836080.39
HexAFE8EB1A108b73c50
Octal25735035332101026774120
Binary10101111111010001110101111010101000101101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8EB; }

 p { color: rgb(175,232,235); }

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

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

 a { background-color: rgb(175,232,235); }

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

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

 span { border-color: rgb(175,232,235); }

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