#AFEEEA

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

Shades of Pale Turquoise #AFEEEA

Tints of Pale Turquoise #AFEEEA

Color information

#AFEEEA (or 0xAFEEEA) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and EA. RGB value is (175,238,234). Sum of RGB (Red+Green+Blue) = 175+238+234=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEEA is #501115. Grayscale: #DADADA. Windows color (decimal): -5247254 or 15396527. OLE color: 15396527.

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

Color convert

RGB175238234-
CMYK0.2600.020.07
HSL176.19º64.95%80.98%-
HSV(B)176.19º26.47%93.33%-
XYZ63.1176.289.22-
YUV218.71136.6396.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 238 (93.36% from 255) = 36.79%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=27.05%
G=36.79%
B=36.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382340.2600.020.07176.1964.9580.98
HexAFEEEA1A027b04151
Octal25735635232027260101121
Binary101011111110111011101010110100101111011000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEEA; }

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

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

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

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

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

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

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

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