Html Css Color HEX #AAEDEE Pale Turquoise

📋 copy color: '#AAEDEE'

red 170 ◦ green 237 ◦ blue 238

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

Shades of Pale Turquoise #AAEDEE

Tints of Pale Turquoise #AAEDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.74%

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

R = 26.36%
G = 36.74%
B = 36.9%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAEDEE (or 0xAAEDEE) is known color: Pale Turquoise. HEX triplet: AA, ED and EE. RGB value is (170,237,238). Sum of RGB (Red+Green+Blue) = 170+237+238=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDEE is #551211. Grayscale: #D9D9D9. Windows color (decimal): -5575186 or 15658410. OLE color: 15658410.

HSL color Cylindrical-coordinate representation of color #AAEDEE: hue angle of 180.88º 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 #AAEDEE is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 238 -
CMYK 0.29 0.00 0 0.07
HSL 180.88º 0.67% 0.8% -
HSV(B) 180.88º 0.29% 0.93% -
XYZ 62.29 75.29 92.14 -
YUV 217.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 170 237 238 0.29 0.00 0 0.07 180.88 0.67 0.8
Hex AA ED EE 1D 0 0 7 B5 43 50
Octal 252 355 356 35 0 0 7 265 103 120
Binary 10101010 11101101 11101110 11101 0 0 111 10110101 1000011 1010000

Color Harmonies of #AAEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDEE

Black with #AAEDEE

Text Example


Text Example

White with #AAEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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