Html Css Color HEX #AAFDEE Pale Turquoise

📋 copy color: '#AAFDEE'

red 170 ◦ green 253 ◦ blue 238

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

Shades of Pale Turquoise #AAFDEE

Tints of Pale Turquoise #AAFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.28%

 BLUE value IS 238 (93.36% from 255) = 36.01%

R = 25.72%
G = 38.28%
B = 36.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#AAFDEE (or 0xAAFDEE) is known color: Pale Turquoise. HEX triplet: AA, FD and EE. RGB value is (170,253,238). Sum of RGB (Red+Green+Blue) = 170+253+238=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDEE is #550211. Grayscale: #E2E2E2. Windows color (decimal): -5571090 or 15662506. OLE color: 15662506.

HSL color Cylindrical-coordinate representation of color #AAFDEE: hue angle of 169.16º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDEE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 238 -
CMYK 0.33 0 0.06 0.01
HSL 169.16º 0.95% 0.83% -
HSV(B) 169.16º 0.33% 0.99% -
XYZ 67.14 84.97 93.75 -
YUV 226.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 170 253 238 0.33 0 0.06 0.01 169.16 0.95 0.83
Hex AA FD EE 21 0 6 1 A9 5F 53
Octal 252 375 356 41 0 6 1 251 137 123
Binary 10101010 11111101 11101110 100001 0 110 1 10101001 1011111 1010011

Color Harmonies of #AAFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDEE

Black with #AAFDEE

Text Example


Text Example

White with #AAFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDEE; }

 p { color: rgb(170,253,238); }

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

background-color css

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

 a { background-color: rgb(170,253,238); }

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

border-color css

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

 span { border-color: rgb(170,253,238); }

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