Html Css Color HEX #AAEFF3 Pale Turquoise

📋 copy color: '#AAEFF3'

red 170 ◦ green 239 ◦ blue 243

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

Shades of Pale Turquoise #AAEFF3

Tints of Pale Turquoise #AAEFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.27%

R = 26.07%
G = 36.66%
B = 37.27%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAEFF3 (or 0xAAEFF3) is known color: Pale Turquoise. HEX triplet: AA, EF and F3. RGB value is (170,239,243). Sum of RGB (Red+Green+Blue) = 170+239+243=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAEFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF3 is #55100C. Grayscale: #DADADA. Windows color (decimal): -5574669 or 15986602. OLE color: 15986602.

HSL color Cylindrical-coordinate representation of color #AAEFF3: hue angle of 183.29º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEFF3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 239 243 -
CMYK 0.30 0.02 0 0.05
HSL 183.29º 0.75% 0.81% -
HSV(B) 183.29º 0.3% 0.95% -
XYZ 63.62 76.75 96.26 -
YUV 218.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 170 239 243 0.30 0.02 0 0.05 183.29 0.75 0.81
Hex AA EF F3 1E 2 0 5 B7 4B 51
Octal 252 357 363 36 2 0 5 267 113 121
Binary 10101010 11101111 11110011 11110 10 0 101 10110111 1001011 1010001

Color Harmonies of #AAEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFF3

Black with #AAEFF3

Text Example


Text Example

White with #AAEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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