Html Css Color HEX #A9EFFB Pale Turquoise

📋 copy color: '#A9EFFB'

red 169 ◦ green 239 ◦ blue 251

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

Shades of Pale Turquoise #A9EFFB

Tints of Pale Turquoise #A9EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.27%

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

R = 25.64%
G = 36.27%
B = 38.09%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9EFFB (or 0xA9EFFB) is known color: Pale Turquoise. HEX triplet: A9, EF and FB. RGB value is (169,239,251). Sum of RGB (Red+Green+Blue) = 169+239+251=659 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.64% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EFFB is #561004. Grayscale: #DBDBDB. Windows color (decimal): -5640197 or 16510889. OLE color: 16510889.

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

Color convert

RGB 169 239 251 -
CMYK 0.33 0.05 0 0.02
HSL 188.78º 0.91% 0.82% -
HSV(B) 188.78º 0.33% 0.98% -
XYZ 64.64 77.13 102.75 -
YUV 219.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 169 239 251 0.33 0.05 0 0.02 188.78 0.91 0.82
Hex A9 EF FB 21 5 0 2 BD 5B 52
Octal 251 357 373 41 5 0 2 275 133 122
Binary 10101001 11101111 11111011 100001 101 0 10 10111101 1011011 1010010

Color Harmonies of #A9EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EFFB

Black with #A9EFFB

Text Example


Text Example

White with #A9EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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