Html Css Color HEX #A9FDFB Pale Turquoise

📋 copy color: '#A9FDFB'

red 169 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #A9FDFB

Tints of Pale Turquoise #A9FDFB

RGB

 RED value IS 169 (66.41% from 255) = 25.11%

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

 BLUE value IS 251 (98.44% from 255) = 37.3%

R = 25.11%
G = 37.59%
B = 37.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#A9FDFB (or 0xA9FDFB) is known color: Pale Turquoise. HEX triplet: A9, FD and FB. RGB value is (169,253,251). Sum of RGB (Red+Green+Blue) = 169+253+251=673 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.11% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDFB is #560204. Grayscale: #E3E3E3. Windows color (decimal): -5636613 or 16514473. OLE color: 16514473.

HSL color Cylindrical-coordinate representation of color #A9FDFB: hue angle of 178.57º 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 #A9FDFB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 253 251 -
CMYK 0.33 0 0.01 0.01
HSL 178.57º 0.95% 0.83% -
HSV(B) 178.57º 0.33% 0.99% -
XYZ 68.9 85.65 104.17 -
YUV 227.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 169 253 251 0.33 0 0.01 0.01 178.57 0.95 0.83
Hex A9 FD FB 21 0 1 1 B3 5F 53
Octal 251 375 373 41 0 1 1 263 137 123
Binary 10101001 11111101 11111011 100001 0 1 1 10110011 1011111 1010011

Color Harmonies of #A9FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FDFB

Black with #A9FDFB

Text Example


Text Example

White with #A9FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FDFB; }

 p { color: rgb(169,253,251); }

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

background-color css

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

 a { background-color: rgb(169,253,251); }

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

border-color css

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

 span { border-color: rgb(169,253,251); }

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