Html Css Color HEX #AAF5FE Pale Turquoise

📋 copy color: '#AAF5FE'

red 170 ◦ green 245 ◦ blue 254

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

Shades of Pale Turquoise #AAF5FE

Tints of Pale Turquoise #AAF5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.62%

 BLUE value IS 254 (99.61% from 255) = 37.97%

R = 25.41%
G = 36.62%
B = 37.97%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAF5FE (or 0xAAF5FE) is known color: Pale Turquoise. HEX triplet: AA, F5 and FE. RGB value is (170,245,254). Sum of RGB (Red+Green+Blue) = 170+245+254=669 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.41% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF5FE is #550A01. Grayscale: #DFDFDF. Windows color (decimal): -5573122 or 16709034. OLE color: 16709034.

HSL color Cylindrical-coordinate representation of color #AAF5FE: hue angle of 186.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF5FE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 245 254 -
CMYK 0.33 0.04 0 0.00
HSL 186.43º 0.98% 0.83% -
HSV(B) 186.43º 0.33% 1% -
XYZ 67.12 81.01 105.86 -
YUV 223.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 170 245 254 0.33 0.04 0 0.00 186.43 0.98 0.83
Hex AA F5 FE 21 4 0 0 BA 62 53
Octal 252 365 376 41 4 0 0 272 142 123
Binary 10101010 11110101 11111110 100001 100 0 0 10111010 1100010 1010011

Color Harmonies of #AAF5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF5FE

Black with #AAF5FE

Text Example


Text Example

White with #AAF5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF5FE; }

 p { color: rgb(170,245,254); }

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

background-color css

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

 a { background-color: rgb(170,245,254); }

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

border-color css

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

 span { border-color: rgb(170,245,254); }

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