Html Css Color HEX #ABFFF1 Pale Turquoise

📋 copy color: '#ABFFF1'

red 171 ◦ green 255 ◦ blue 241

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

Shades of Pale Turquoise #ABFFF1

Tints of Pale Turquoise #ABFFF1

RGB

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

 GREEN value IS 255 (100% from 255) = 38.23%

 BLUE value IS 241 (94.53% from 255) = 36.13%

R = 25.64%
G = 38.23%
B = 36.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#ABFFF1 (or 0xABFFF1) is known color: Pale Turquoise. HEX triplet: AB, FF and F1. RGB value is (171,255,241). Sum of RGB (Red+Green+Blue) = 171+255+241=667 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.64% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF1 is #54000E. Grayscale: #E4E4E4. Windows color (decimal): -5505039 or 15859627. OLE color: 15859627.

HSL color Cylindrical-coordinate representation of color #ABFFF1: hue angle of 170º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFF1 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 171 255 241 -
CMYK 0.33 0 0.05 0
HSL 170º 1% 0.84% -
HSV(B) 170º 0.33% 1% -
XYZ 68.43 86.53 96.31 -
YUV 228.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 171 255 241 0.33 0 0.05 0 170 1 0.84
Hex AB FF F1 21 0 5 0 AA 64 54
Octal 253 377 361 41 0 5 0 252 144 124
Binary 10101011 11111111 11110001 100001 0 101 0 10101010 1100100 1010100

Color Harmonies of #ABFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFFF1

Black with #ABFFF1

Text Example


Text Example

White with #ABFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFFF1; }

 p { color: rgb(171,255,241); }

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

background-color css

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

 a { background-color: rgb(171,255,241); }

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

border-color css

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

 span { border-color: rgb(171,255,241); }

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