Html Css Color HEX #AAEFFB Pale Turquoise

📋 copy color: '#AAEFFB'

red 170 ◦ green 239 ◦ blue 251

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

Shades of Pale Turquoise #AAEFFB

Tints of Pale Turquoise #AAEFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.03%

R = 25.76%
G = 36.21%
B = 38.03%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAEFFB (or 0xAAEFFB) is known color: Pale Turquoise. HEX triplet: AA, EF and FB. RGB value is (170,239,251). Sum of RGB (Red+Green+Blue) = 170+239+251=660 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.76% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFFB is #551004. Grayscale: #DBDBDB. Windows color (decimal): -5574661 or 16510890. OLE color: 16510890.

HSL color Cylindrical-coordinate representation of color #AAEFFB: hue angle of 188.89º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEFFB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 239 251 -
CMYK 0.32 0.05 0 0.02
HSL 188.89º 0.91% 0.83% -
HSV(B) 188.89º 0.32% 0.98% -
XYZ 64.86 77.24 102.76 -
YUV 219.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 170 239 251 0.32 0.05 0 0.02 188.89 0.91 0.83
Hex AA EF FB 20 5 0 2 BD 5B 53
Octal 252 357 373 40 5 0 2 275 133 123
Binary 10101010 11101111 11111011 100000 101 0 10 10111101 1011011 1010011

Color Harmonies of #AAEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFFB

Black with #AAEFFB

Text Example


Text Example

White with #AAEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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