Html Css Color HEX #AAFAEA Pale Turquoise

📋 copy color: '#AAFAEA'

red 170 ◦ green 250 ◦ blue 234

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

Shades of Pale Turquoise #AAFAEA

Tints of Pale Turquoise #AAFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.23%

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 25.99%
G = 38.23%
B = 35.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#AAFAEA (or 0xAAFAEA) is known color: Pale Turquoise. HEX triplet: AA, FA and EA. RGB value is (170,250,234). Sum of RGB (Red+Green+Blue) = 170+250+234=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFAEA is #550515. Grayscale: #E0E0E0. Windows color (decimal): -5571862 or 15399594. OLE color: 15399594.

HSL color Cylindrical-coordinate representation of color #AAFAEA: hue angle of 168º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAEA is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 234 -
CMYK 0.32 0 0.06 0.02
HSL 168º 0.89% 0.82% -
HSV(B) 168º 0.32% 0.98% -
XYZ 65.61 82.86 90.38 -
YUV 224.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 170 250 234 0.32 0 0.06 0.02 168 0.89 0.82
Hex AA FA EA 20 0 6 2 A8 59 52
Octal 252 372 352 40 0 6 2 250 131 122
Binary 10101010 11111010 11101010 100000 0 110 10 10101000 1011001 1010010

Color Harmonies of #AAFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAEA

Black with #AAFAEA

Text Example


Text Example

White with #AAFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAEA; }

 p { color: rgb(170,250,234); }

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

background-color css

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

 a { background-color: rgb(170,250,234); }

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

border-color css

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

 span { border-color: rgb(170,250,234); }

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