#AFF6EA

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

Shades of Pale Turquoise #AFF6EA

Tints of Pale Turquoise #AFF6EA

Color information

#AFF6EA (or 0xAFF6EA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F6 and EA. RGB value is (175,246,234). Sum of RGB (Red+Green+Blue) = 175+246+234=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6EA is #500915. Grayscale: #DFDFDF. Windows color (decimal): -5245206 or 15398575. OLE color: 15398575.

HSL color Cylindrical-coordinate representation of color #AFF6EA: hue angle of 169.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6EA is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB175246234-
CMYK0.2900.050.04
HSL169.86º79.78%82.55%-
HSV(B)169.86º28.86%96.47%-
XYZ65.4980.9790.02-
YUV223.4133.9893.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=26.72%
G=37.56%
B=35.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752462340.2900.050.04169.8679.7882.55
HexAFF6EA1D054aa5053
Octal25736635235054252120123
Binary1010111111110110111010101110101011001010101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF6EA; }

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

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

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

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

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

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

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

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