Html Css Color HEX #ABFEFB Pale Turquoise

📋 copy color: '#ABFEFB'

red 171 ◦ green 254 ◦ blue 251

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

Shades of Pale Turquoise #ABFEFB

Tints of Pale Turquoise #ABFEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.13%

R = 25.3%
G = 37.57%
B = 37.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#ABFEFB (or 0xABFEFB) is known color: Pale Turquoise. HEX triplet: AB, FE and FB. RGB value is (171,254,251). Sum of RGB (Red+Green+Blue) = 171+254+251=676 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.30% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEFB is #540104. Grayscale: #E4E4E4. Windows color (decimal): -5505285 or 16514731. OLE color: 16514731.

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

Color convert

RGB 171 254 251 -
CMYK 0.33 0 0.01 0.00
HSL 177.83º 0.98% 0.83% -
HSV(B) 177.83º 0.33% 1% -
XYZ 69.65 86.51 104.29 -
YUV 228.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 171 254 251 0.33 0 0.01 0.00 177.83 0.98 0.83
Hex AB FE FB 21 0 1 0 B2 62 53
Octal 253 376 373 41 0 1 0 262 142 123
Binary 10101011 11111110 11111011 100001 0 1 0 10110010 1100010 1010011

Color Harmonies of #ABFEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFEFB

Black with #ABFEFB

Text Example


Text Example

White with #ABFEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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