Html Css Color HEX #AAEEF8 Pale Turquoise

📋 copy color: '#AAEEF8'

red 170 ◦ green 238 ◦ blue 248

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

Shades of Pale Turquoise #AAEEF8

Tints of Pale Turquoise #AAEEF8

RGB

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

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

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

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

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

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

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

Color convert

RGB 170 238 248 -
CMYK 0.31 0.04 0 0.03
HSL 187.69º 0.85% 0.82% -
HSV(B) 187.69º 0.31% 0.97% -
XYZ 64.1 76.47 100.19 -
YUV 218.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 170 238 248 0.31 0.04 0 0.03 187.69 0.85 0.82
Hex AA EE F8 1F 4 0 3 BC 55 52
Octal 252 356 370 37 4 0 3 274 125 122
Binary 10101010 11101110 11111000 11111 100 0 11 10111100 1010101 1010010

Color Harmonies of #AAEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEF8

Black with #AAEEF8

Text Example


Text Example

White with #AAEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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