Html Css Color HEX #AAEAEE Pale Turquoise

📋 copy color: '#AAEAEE'

red 170 ◦ green 234 ◦ blue 238

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

Shades of Pale Turquoise #AAEAEE

Tints of Pale Turquoise #AAEAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.45%

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

R = 26.48%
G = 36.45%
B = 37.07%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAEAEE (or 0xAAEAEE) is known color: Pale Turquoise. HEX triplet: AA, EA and EE. RGB value is (170,234,238). Sum of RGB (Red+Green+Blue) = 170+234+238=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAEAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAEE is #551511. Grayscale: #D7D7D7. Windows color (decimal): -5575954 or 15657642. OLE color: 15657642.

HSL color Cylindrical-coordinate representation of color #AAEAEE: hue angle of 183.53º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEAEE is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 234 238 -
CMYK 0.29 0.02 0 0.07
HSL 183.53º 0.67% 0.8% -
HSV(B) 183.53º 0.29% 0.93% -
XYZ 61.43 73.56 91.85 -
YUV 215.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 170 234 238 0.29 0.02 0 0.07 183.53 0.67 0.8
Hex AA EA EE 1D 2 0 7 B8 43 50
Octal 252 352 356 35 2 0 7 270 103 120
Binary 10101010 11101010 11101110 11101 10 0 111 10111000 1000011 1010000

Color Harmonies of #AAEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAEE

Black with #AAEAEE

Text Example


Text Example

White with #AAEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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