Html Css Color HEX #AAFBF2 Pale Turquoise

📋 copy color: '#AAFBF2'

red 170 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #AAFBF2

Tints of Pale Turquoise #AAFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.86%

 BLUE value IS 242 (94.92% from 255) = 36.5%

R = 25.64%
G = 37.86%
B = 36.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AAFBF2 (or 0xAAFBF2) is known color: Pale Turquoise. HEX triplet: AA, FB and F2. RGB value is (170,251,242). Sum of RGB (Red+Green+Blue) = 170+251+242=663 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.64% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFBF2 is #55040D. Grayscale: #E1E1E1. Windows color (decimal): -5571598 or 15924138. OLE color: 15924138.

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

Color convert

RGB 170 251 242 -
CMYK 0.32 0 0.04 0.02
HSL 173.33º 0.91% 0.83% -
HSV(B) 173.33º 0.32% 0.98% -
XYZ 67.1 83.95 96.67 -
YUV 225.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 170 251 242 0.32 0 0.04 0.02 173.33 0.91 0.83
Hex AA FB F2 20 0 4 2 AD 5B 53
Octal 252 373 362 40 0 4 2 255 133 123
Binary 10101010 11111011 11110010 100000 0 100 10 10101101 1011011 1010011

Color Harmonies of #AAFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBF2

Black with #AAFBF2

Text Example


Text Example

White with #AAFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBF2; }

 p { color: rgb(170,251,242); }

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

background-color css

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

 a { background-color: rgb(170,251,242); }

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

border-color css

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

 span { border-color: rgb(170,251,242); }

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