Html Css Color HEX #AAEFF0 Pale Turquoise

📋 copy color: '#AAEFF0'

red 170 ◦ green 239 ◦ blue 240

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

Shades of Pale Turquoise #AAEFF0

Tints of Pale Turquoise #AAEFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.83%

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

R = 26.19%
G = 36.83%
B = 36.98%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAEFF0 (or 0xAAEFF0) is known color: Pale Turquoise. HEX triplet: AA, EF and F0. RGB value is (170,239,240). Sum of RGB (Red+Green+Blue) = 170+239+240=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF0 is #55100F. Grayscale: #DADADA. Windows color (decimal): -5574672 or 15789994. OLE color: 15789994.

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

Color convert

RGB 170 239 240 -
CMYK 0.29 0.00 0 0.06
HSL 180.86º 0.7% 0.8% -
HSV(B) 180.86º 0.29% 0.94% -
XYZ 63.17 76.57 93.89 -
YUV 218.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 170 239 240 0.29 0.00 0 0.06 180.86 0.7 0.8
Hex AA EF F0 1D 0 0 6 B5 46 50
Octal 252 357 360 35 0 0 6 265 106 120
Binary 10101010 11101111 11110000 11101 0 0 110 10110101 1000110 1010000

Color Harmonies of #AAEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFF0

Black with #AAEFF0

Text Example


Text Example

White with #AAEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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