Html Css Color HEX #ABFEF8 Pale Turquoise

📋 copy color: '#ABFEF8'

red 171 ◦ green 254 ◦ blue 248

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

Shades of Pale Turquoise #ABFEF8

Tints of Pale Turquoise #ABFEF8

RGB

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

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

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

R = 25.41%
G = 37.74%
B = 36.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#ABFEF8 (or 0xABFEF8) is known color: Pale Turquoise. HEX triplet: AB, FE and F8. RGB value is (171,254,248). Sum of RGB (Red+Green+Blue) = 171+254+248=673 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.41% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEF8 is #540107. Grayscale: #E4E4E4. Windows color (decimal): -5505288 or 16318123. OLE color: 16318123.

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

Color convert

RGB 171 254 248 -
CMYK 0.33 0 0.02 0.00
HSL 175.66º 0.98% 0.83% -
HSV(B) 175.66º 0.33% 1% -
XYZ 69.18 86.32 101.82 -
YUV 228.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 171 254 248 0.33 0 0.02 0.00 175.66 0.98 0.83
Hex AB FE F8 21 0 2 0 B0 62 53
Octal 253 376 370 41 0 2 0 260 142 123
Binary 10101011 11111110 11111000 100001 0 10 0 10110000 1100010 1010011

Color Harmonies of #ABFEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFEF8

Black with #ABFEF8

Text Example


Text Example

White with #ABFEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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