Html Css Color HEX #AAF8EA Pale Turquoise

📋 copy color: '#AAF8EA'

red 170 ◦ green 248 ◦ blue 234

#AAF8EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #AAF8EA

Tints of Pale Turquoise #AAF8EA

RGB

 RED value IS 170 (66.8% from 255) = 26.07%

 GREEN value IS 248 (97.27% from 255) = 38.04%

 BLUE value IS 234 (91.8% from 255) = 35.89%

R = 26.07%
G = 38.04%
B = 35.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#AAF8EA (or 0xAAF8EA) is known color: Pale Turquoise. HEX triplet: AA, F8 and EA. RGB value is (170,248,234). Sum of RGB (Red+Green+Blue) = 170+248+234=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8EA is #550715. Grayscale: #DFDFDF. Windows color (decimal): -5572374 or 15399082. OLE color: 15399082.

HSL color Cylindrical-coordinate representation of color #AAF8EA: hue angle of 169.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8EA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 234 -
CMYK 0.31 0 0.06 0.03
HSL 169.23º 0.85% 0.82% -
HSV(B) 169.23º 0.31% 0.97% -
XYZ 65 81.62 90.17 -
YUV 223.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 170 248 234 0.31 0 0.06 0.03 169.23 0.85 0.82
Hex AA F8 EA 1F 0 6 3 A9 55 52
Octal 252 370 352 37 0 6 3 251 125 122
Binary 10101010 11111000 11101010 11111 0 110 11 10101001 1010101 1010010

Color Harmonies of #AAF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8EA

Black with #AAF8EA

Text Example


Text Example

White with #AAF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8EA; }

 p { color: rgb(170,248,234); }

 H1.HeaderClassName
 {
   color: #AAF8EA;
 }
 .AnyTagClassName
 {
   color: #AAF8EA;
 }
</style>

background-color css

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

 a { background-color: rgb(170,248,234); }

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

border-color css

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

 span { border-color: rgb(170,248,234); }

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