#AFF4EA

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

Shades of Pale Turquoise #AFF4EA

Tints of Pale Turquoise #AFF4EA

Color information

#AFF4EA (or 0xAFF4EA) is unknown color: approx Pale Turquoise. HEX triplet: AF, F4 and EA. RGB value is (175,244,234). Sum of RGB (Red+Green+Blue) = 175+244+234=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4EA is #500B15. Grayscale: #DEDEDE. Windows color (decimal): -5245718 or 15398063. OLE color: 15398063.

HSL color Cylindrical-coordinate representation of color #AFF4EA: hue angle of 171.3º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4EA is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB175244234-
CMYK0.2800.040.04
HSL171.3º75.82%82.16%-
HSV(B)171.3º28.28%95.69%-
XYZ64.8879.7689.82-
YUV222.23134.6494.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.80%
GREEN value IS 244 (95.70% from 255) = 37.37%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=26.80%
G=37.37%
B=35.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442340.2800.040.04171.375.8282.16
HexAFF4EA1C044ab4c52
Octal25736435234044253114122
Binary1010111111110100111010101110001001001010101110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4EA; }

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

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

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

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

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

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

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

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