Html Css Color HEX #AAF7ED Pale Turquoise

📋 copy color: '#AAF7ED'

red 170 ◦ green 247 ◦ blue 237

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

Shades of Pale Turquoise #AAF7ED

Tints of Pale Turquoise #AAF7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.77%

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

R = 25.99%
G = 37.77%
B = 36.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#AAF7ED (or 0xAAF7ED) is known color: Pale Turquoise. HEX triplet: AA, F7 and ED. RGB value is (170,247,237). Sum of RGB (Red+Green+Blue) = 170+247+237=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7ED is #550812. Grayscale: #DEDEDE. Windows color (decimal): -5572627 or 15595434. OLE color: 15595434.

HSL color Cylindrical-coordinate representation of color #AAF7ED: hue angle of 172.21º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7ED is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 237 -
CMYK 0.31 0 0.04 0.03
HSL 172.21º 0.83% 0.82% -
HSV(B) 172.21º 0.31% 0.97% -
XYZ 65.12 81.18 92.36 -
YUV 222.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 170 247 237 0.31 0 0.04 0.03 172.21 0.83 0.82
Hex AA F7 ED 1F 0 4 3 AC 53 52
Octal 252 367 355 37 0 4 3 254 123 122
Binary 10101010 11110111 11101101 11111 0 100 11 10101100 1010011 1010010

Color Harmonies of #AAF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7ED

Black with #AAF7ED

Text Example


Text Example

White with #AAF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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