Html Css Color HEX #AAF8EE Pale Turquoise

📋 copy color: '#AAF8EE'

red 170 ◦ green 248 ◦ blue 238

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

Shades of Pale Turquoise #AAF8EE

Tints of Pale Turquoise #AAF8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 25.91%
G = 37.8%
B = 36.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#AAF8EE (or 0xAAF8EE) is known color: Pale Turquoise. HEX triplet: AA, F8 and EE. RGB value is (170,248,238). Sum of RGB (Red+Green+Blue) = 170+248+238=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8EE is #550711. Grayscale: #DFDFDF. Windows color (decimal): -5572370 or 15661226. OLE color: 15661226.

HSL color Cylindrical-coordinate representation of color #AAF8EE: hue angle of 172.31º 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 #AAF8EE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 238 -
CMYK 0.31 0 0.04 0.03
HSL 172.31º 0.85% 0.82% -
HSV(B) 172.31º 0.31% 0.97% -
XYZ 65.58 81.85 93.23 -
YUV 223.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 170 248 238 0.31 0 0.04 0.03 172.31 0.85 0.82
Hex AA F8 EE 1F 0 4 3 AC 55 52
Octal 252 370 356 37 0 4 3 254 125 122
Binary 10101010 11111000 11101110 11111 0 100 11 10101100 1010101 1010010

Color Harmonies of #AAF8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8EE

Black with #AAF8EE

Text Example


Text Example

White with #AAF8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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