Html Css Color HEX #ABFAF7 Pale Turquoise

📋 copy color: '#ABFAF7'

red 171 ◦ green 250 ◦ blue 247

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

Shades of Pale Turquoise #ABFAF7

Tints of Pale Turquoise #ABFAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.98%

R = 25.6%
G = 37.43%
B = 36.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#ABFAF7 (or 0xABFAF7) is known color: Pale Turquoise. HEX triplet: AB, FA and F7. RGB value is (171,250,247). Sum of RGB (Red+Green+Blue) = 171+250+247=668 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.60% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAF7 is #540508. Grayscale: #E1E1E1. Windows color (decimal): -5506313 or 16251563. OLE color: 16251563.

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

Color convert

RGB 171 250 247 -
CMYK 0.32 0 0.01 0.02
HSL 177.72º 0.89% 0.83% -
HSV(B) 177.72º 0.32% 0.98% -
XYZ 67.77 83.74 100.59 -
YUV 226.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 171 250 247 0.32 0 0.01 0.02 177.72 0.89 0.83
Hex AB FA F7 20 0 1 2 B2 59 53
Octal 253 372 367 40 0 1 2 262 131 123
Binary 10101011 11111010 11110111 100000 0 1 10 10110010 1011001 1010011

Color Harmonies of #ABFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAF7

Black with #ABFAF7

Text Example


Text Example

White with #ABFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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