Html Css Color HEX #ABFEF1 Pale Turquoise

📋 copy color: '#ABFEF1'

red 171 ◦ green 254 ◦ blue 241

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

Shades of Pale Turquoise #ABFEF1

Tints of Pale Turquoise #ABFEF1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.14%

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

R = 25.68%
G = 38.14%
B = 36.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#ABFEF1 (or 0xABFEF1) is known color: Pale Turquoise. HEX triplet: AB, FE and F1. RGB value is (171,254,241). Sum of RGB (Red+Green+Blue) = 171+254+241=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEF1 is #54010E. Grayscale: #E3E3E3. Windows color (decimal): -5505295 or 15859371. OLE color: 15859371.

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

Color convert

RGB 171 254 241 -
CMYK 0.33 0 0.05 0.00
HSL 170.6º 0.98% 0.83% -
HSV(B) 170.6º 0.33% 1% -
XYZ 68.11 85.89 96.21 -
YUV 227.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 171 254 241 0.33 0 0.05 0.00 170.6 0.98 0.83
Hex AB FE F1 21 0 5 0 AB 62 53
Octal 253 376 361 41 0 5 0 253 142 123
Binary 10101011 11111110 11110001 100001 0 101 0 10101011 1100010 1010011

Color Harmonies of #ABFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFEF1

Black with #ABFEF1

Text Example


Text Example

White with #ABFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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