Html Css Color HEX #ABFAF8 Pale Turquoise

📋 copy color: '#ABFAF8'

red 171 ◦ green 250 ◦ blue 248

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

Shades of Pale Turquoise #ABFAF8

Tints of Pale Turquoise #ABFAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.07%

R = 25.56%
G = 37.37%
B = 37.07%

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

#ABFAF8 (or 0xABFAF8) is known color: Pale Turquoise. HEX triplet: AB, FA and F8. RGB value is (171,250,248). Sum of RGB (Red+Green+Blue) = 171+250+248=669 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.56% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAF8 is #540507. Grayscale: #E2E2E2. Windows color (decimal): -5506312 or 16317099. OLE color: 16317099.

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

Color convert

RGB 171 250 248 -
CMYK 0.32 0 0.01 0.02
HSL 178.48º 0.89% 0.83% -
HSV(B) 178.48º 0.32% 0.98% -
XYZ 67.92 83.81 101.4 -
YUV 226.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 171 250 248 0.32 0 0.01 0.02 178.48 0.89 0.83
Hex AB FA F8 20 0 1 2 B2 59 53
Octal 253 372 370 40 0 1 2 262 131 123
Binary 10101011 11111010 11111000 100000 0 1 10 10110010 1011001 1010011

Color Harmonies of #ABFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAF8

Black with #ABFAF8

Text Example


Text Example

White with #ABFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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