Html Css Color HEX #AAF3EF Pale Turquoise

📋 copy color: '#AAF3EF'

red 170 ◦ green 243 ◦ blue 239

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

Shades of Pale Turquoise #AAF3EF

Tints of Pale Turquoise #AAF3EF

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AAF3EF: hue angle of 176.71º 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 #AAF3EF is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 239 -
CMYK 0.30 0 0.02 0.05
HSL 176.71º 0.75% 0.81% -
HSV(B) 176.71º 0.3% 0.95% -
XYZ 64.21 78.88 93.5 -
YUV 220.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 170 243 239 0.30 0 0.02 0.05 176.71 0.75 0.81
Hex AA F3 EF 1E 0 2 5 B1 4B 51
Octal 252 363 357 36 0 2 5 261 113 121
Binary 10101010 11110011 11101111 11110 0 10 101 10110001 1001011 1010001

Color Harmonies of #AAF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3EF

Black with #AAF3EF

Text Example


Text Example

White with #AAF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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