Html Css Color HEX #ABFFF5 Pale Turquoise

📋 copy color: '#ABFFF5'

red 171 ◦ green 255 ◦ blue 245

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

Shades of Pale Turquoise #ABFFF5

Tints of Pale Turquoise #ABFFF5

RGB

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

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

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

R = 25.48%
G = 38%
B = 36.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#ABFFF5 (or 0xABFFF5) is known color: Pale Turquoise. HEX triplet: AB, FF and F5. RGB value is (171,255,245). Sum of RGB (Red+Green+Blue) = 171+255+245=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF5 is #54000A. Grayscale: #E4E4E4. Windows color (decimal): -5505035 or 16121771. OLE color: 16121771.

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

Color convert

RGB 171 255 245 -
CMYK 0.33 0 0.04 0
HSL 172.86º 1% 0.84% -
HSV(B) 172.86º 0.33% 1% -
XYZ 69.04 86.77 99.5 -
YUV 228.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 171 255 245 0.33 0 0.04 0 172.86 1 0.84
Hex AB FF F5 21 0 4 0 AD 64 54
Octal 253 377 365 41 0 4 0 255 144 124
Binary 10101011 11111111 11110101 100001 0 100 0 10101101 1100100 1010100

Color Harmonies of #ABFFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFFF5

Black with #ABFFF5

Text Example


Text Example

White with #ABFFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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