Html Css Color HEX #AAF1ED Pale Turquoise

📋 copy color: '#AAF1ED'

red 170 ◦ green 241 ◦ blue 237

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

Shades of Pale Turquoise #AAF1ED

Tints of Pale Turquoise #AAF1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.19%

 BLUE value IS 237 (92.97% from 255) = 36.57%

R = 26.23%
G = 37.19%
B = 36.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#AAF1ED (or 0xAAF1ED) is known color: Pale Turquoise. HEX triplet: AA, F1 and ED. RGB value is (170,241,237). Sum of RGB (Red+Green+Blue) = 170+241+237=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1ED is #550E12. Grayscale: #DBDBDB. Windows color (decimal): -5574163 or 15593898. OLE color: 15593898.

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

Color convert

RGB 170 241 237 -
CMYK 0.29 0 0.02 0.05
HSL 176.62º 0.72% 0.81% -
HSV(B) 176.62º 0.29% 0.95% -
XYZ 63.32 77.57 91.76 -
YUV 219.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 170 241 237 0.29 0 0.02 0.05 176.62 0.72 0.81
Hex AA F1 ED 1D 0 2 5 B1 48 51
Octal 252 361 355 35 0 2 5 261 110 121
Binary 10101010 11110001 11101101 11101 0 10 101 10110001 1001000 1010001

Color Harmonies of #AAF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1ED

Black with #AAF1ED

Text Example


Text Example

White with #AAF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1ED; }

 p { color: rgb(170,241,237); }

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

background-color css

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

 a { background-color: rgb(170,241,237); }

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

border-color css

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

 span { border-color: rgb(170,241,237); }

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