Html Css Color HEX #ABFAF6 Pale Turquoise

📋 copy color: '#ABFAF6'

red 171 ◦ green 250 ◦ blue 246

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

Shades of Pale Turquoise #ABFAF6

Tints of Pale Turquoise #ABFAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.88%

R = 25.64%
G = 37.48%
B = 36.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#ABFAF6 (or 0xABFAF6) is known color: Pale Turquoise. HEX triplet: AB, FA and F6. RGB value is (171,250,246). Sum of RGB (Red+Green+Blue) = 171+250+246=667 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.64% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAF6 is #540509. Grayscale: #E1E1E1. Windows color (decimal): -5506314 or 16186027. OLE color: 16186027.

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

Color convert

RGB 171 250 246 -
CMYK 0.32 0 0.02 0.02
HSL 176.96º 0.89% 0.83% -
HSV(B) 176.96º 0.32% 0.98% -
XYZ 67.61 83.68 99.78 -
YUV 225.92 139.33 88.83 -
System Red Green Blue C M Y K H S L
Decimal 171 250 246 0.32 0 0.02 0.02 176.96 0.89 0.83
Hex AB FA F6 20 0 2 2 B1 59 53
Octal 253 372 366 40 0 2 2 261 131 123
Binary 10101011 11111010 11110110 100000 0 10 10 10110001 1011001 1010011

Color Harmonies of #ABFAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAF6

Black with #ABFAF6

Text Example


Text Example

White with #ABFAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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