Html Css Color HEX #ABFEF5 Pale Turquoise

📋 copy color: '#ABFEF5'

red 171 ◦ green 254 ◦ blue 245

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

Shades of Pale Turquoise #ABFEF5

Tints of Pale Turquoise #ABFEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.57%

R = 25.52%
G = 37.91%
B = 36.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#ABFEF5 (or 0xABFEF5) is known color: Pale Turquoise. HEX triplet: AB, FE and F5. RGB value is (171,254,245). Sum of RGB (Red+Green+Blue) = 171+254+245=670 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.52% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEF5 is #54010A. Grayscale: #E4E4E4. Windows color (decimal): -5505291 or 16121515. OLE color: 16121515.

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

Color convert

RGB 171 254 245 -
CMYK 0.33 0 0.04 0.00
HSL 173.49º 0.98% 0.83% -
HSV(B) 173.49º 0.33% 1% -
XYZ 68.72 86.13 99.39 -
YUV 228.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 171 254 245 0.33 0 0.04 0.00 173.49 0.98 0.83
Hex AB FE F5 21 0 4 0 AD 62 53
Octal 253 376 365 41 0 4 0 255 142 123
Binary 10101011 11111110 11110101 100001 0 100 0 10101101 1100010 1010011

Color Harmonies of #ABFEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFEF5

Black with #ABFEF5

Text Example


Text Example

White with #ABFEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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