Html Css Color HEX #AAEAF0 Pale Turquoise

📋 copy color: '#AAEAF0'

red 170 ◦ green 234 ◦ blue 240

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

Shades of Pale Turquoise #AAEAF0

Tints of Pale Turquoise #AAEAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.27%

R = 26.4%
G = 36.34%
B = 37.27%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAEAF0 (or 0xAAEAF0) is known color: Pale Turquoise. HEX triplet: AA, EA and F0. RGB value is (170,234,240). Sum of RGB (Red+Green+Blue) = 170+234+240=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAEAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF0 is #55150F. Grayscale: #D7D7D7. Windows color (decimal): -5575952 or 15788714. OLE color: 15788714.

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

Color convert

RGB 170 234 240 -
CMYK 0.29 0.02 0 0.06
HSL 185.14º 0.7% 0.8% -
HSV(B) 185.14º 0.29% 0.94% -
XYZ 61.73 73.68 93.41 -
YUV 215.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 170 234 240 0.29 0.02 0 0.06 185.14 0.7 0.8
Hex AA EA F0 1D 2 0 6 B9 46 50
Octal 252 352 360 35 2 0 6 271 106 120
Binary 10101010 11101010 11110000 11101 10 0 110 10111001 1000110 1010000

Color Harmonies of #AAEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAF0

Black with #AAEAF0

Text Example


Text Example

White with #AAEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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