Html Css Color HEX #AAEEFA Pale Turquoise

📋 copy color: '#AAEEFA'

red 170 ◦ green 238 ◦ blue 250

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

Shades of Pale Turquoise #AAEEFA

Tints of Pale Turquoise #AAEEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 25.84%
G = 36.17%
B = 37.99%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAEEFA (or 0xAAEEFA) is known color: Pale Turquoise. HEX triplet: AA, EE and FA. RGB value is (170,238,250). Sum of RGB (Red+Green+Blue) = 170+238+250=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEFA is #551105. Grayscale: #DADADA. Windows color (decimal): -5574918 or 16445098. OLE color: 16445098.

HSL color Cylindrical-coordinate representation of color #AAEEFA: hue angle of 189º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEEFA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 238 250 -
CMYK 0.32 0.05 0 0.02
HSL 189º 0.89% 0.82% -
HSV(B) 189º 0.32% 0.98% -
XYZ 64.41 76.6 101.83 -
YUV 219.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 170 238 250 0.32 0.05 0 0.02 189 0.89 0.82
Hex AA EE FA 20 5 0 2 BD 59 52
Octal 252 356 372 40 5 0 2 275 131 122
Binary 10101010 11101110 11111010 100000 101 0 10 10111101 1011001 1010010

Color Harmonies of #AAEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEFA

Black with #AAEEFA

Text Example


Text Example

White with #AAEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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