Html Css Color HEX #ABFAF9 Pale Turquoise

📋 copy color: '#ABFAF9'

red 171 ◦ green 250 ◦ blue 249

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

Shades of Pale Turquoise #ABFAF9

Tints of Pale Turquoise #ABFAF9

RGB

 RED value IS 171 (67.19% from 255) = 25.52%

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

 BLUE value IS 249 (97.66% from 255) = 37.16%

R = 25.52%
G = 37.31%
B = 37.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#ABFAF9 (or 0xABFAF9) is known color: Pale Turquoise. HEX triplet: AB, FA and F9. RGB value is (171,250,249). Sum of RGB (Red+Green+Blue) = 171+250+249=670 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.52% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAF9 is #540506. Grayscale: #E2E2E2. Windows color (decimal): -5506311 or 16382635. OLE color: 16382635.

HSL color Cylindrical-coordinate representation of color #ABFAF9: hue angle of 179.24º degrees, saturation: 0.89, 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 #ABFAF9 is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 249 -
CMYK 0.32 0 0.00 0.02
HSL 179.24º 0.89% 0.83% -
HSV(B) 179.24º 0.32% 0.98% -
XYZ 68.08 83.87 102.22 -
YUV 226.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 171 250 249 0.32 0 0.00 0.02 179.24 0.89 0.83
Hex AB FA F9 20 0 0 2 B3 59 53
Octal 253 372 371 40 0 0 2 263 131 123
Binary 10101011 11111010 11111001 100000 0 0 10 10110011 1011001 1010011

Color Harmonies of #ABFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAF9

Black with #ABFAF9

Text Example


Text Example

White with #ABFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAF9; }

 p { color: rgb(171,250,249); }

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

background-color css

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

 a { background-color: rgb(171,250,249); }

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

border-color css

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

 span { border-color: rgb(171,250,249); }

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