Html Css Color HEX #AAEEE6 Pale Turquoise

📋 copy color: '#AAEEE6'

red 170 ◦ green 238 ◦ blue 230

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

Shades of Pale Turquoise #AAEEE6

Tints of Pale Turquoise #AAEEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.05%

R = 26.65%
G = 37.3%
B = 36.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#AAEEE6 (or 0xAAEEE6) is known color: Pale Turquoise. HEX triplet: AA, EE and E6. RGB value is (170,238,230). Sum of RGB (Red+Green+Blue) = 170+238+230=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEE6 is #551119. Grayscale: #D8D8D8. Windows color (decimal): -5574938 or 15134378. OLE color: 15134378.

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

Color convert

RGB 170 238 230 -
CMYK 0.29 0 0.03 0.07
HSL 172.94º 0.67% 0.8% -
HSV(B) 172.94º 0.29% 0.93% -
XYZ 61.44 75.41 86.18 -
YUV 216.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 170 238 230 0.29 0 0.03 0.07 172.94 0.67 0.8
Hex AA EE E6 1D 0 3 7 AD 43 50
Octal 252 356 346 35 0 3 7 255 103 120
Binary 10101010 11101110 11100110 11101 0 11 111 10101101 1000011 1010000

Color Harmonies of #AAEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEE6

Black with #AAEEE6

Text Example


Text Example

White with #AAEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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