Html Css Color HEX #A9FCED Pale Turquoise

📋 copy color: '#A9FCED'

red 169 ◦ green 252 ◦ blue 237

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

Shades of Pale Turquoise #A9FCED

Tints of Pale Turquoise #A9FCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 25.68%
G = 38.3%
B = 36.02%

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

#A9FCED (or 0xA9FCED) is known color: Pale Turquoise. HEX triplet: A9, FC and ED. RGB value is (169,252,237). Sum of RGB (Red+Green+Blue) = 169+252+237=658 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.68% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FCED is #560312. Grayscale: #E1E1E1. Windows color (decimal): -5636883 or 15596713. OLE color: 15596713.

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

Color convert

RGB 169 252 237 -
CMYK 0.33 0 0.06 0.01
HSL 169.16º 0.93% 0.83% -
HSV(B) 169.16º 0.33% 0.99% -
XYZ 66.46 84.17 92.86 -
YUV 225.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 169 252 237 0.33 0 0.06 0.01 169.16 0.93 0.83
Hex A9 FC ED 21 0 6 1 A9 5D 53
Octal 251 374 355 41 0 6 1 251 135 123
Binary 10101001 11111100 11101101 100001 0 110 1 10101001 1011101 1010011

Color Harmonies of #A9FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FCED

Black with #A9FCED

Text Example


Text Example

White with #A9FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FCED; }

 p { color: rgb(169,252,237); }

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

background-color css

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

 a { background-color: rgb(169,252,237); }

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

border-color css

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

 span { border-color: rgb(169,252,237); }

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