Html Css Color HEX #ABFFF0 Pale Turquoise

📋 copy color: '#ABFFF0'

red 171 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #ABFFF0

Tints of Pale Turquoise #ABFFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.04%

R = 25.68%
G = 38.29%
B = 36.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#ABFFF0 (or 0xABFFF0) is known color: Pale Turquoise. HEX triplet: AB, FF and F0. RGB value is (171,255,240). Sum of RGB (Red+Green+Blue) = 171+255+240=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF0 is #54000F. Grayscale: #E4E4E4. Windows color (decimal): -5505040 or 15794091. OLE color: 15794091.

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

Color convert

RGB 171 255 240 -
CMYK 0.33 0 0.06 0
HSL 169.29º 1% 0.84% -
HSV(B) 169.29º 0.33% 1% -
XYZ 68.28 86.47 95.53 -
YUV 228.17 134.67 87.22 -
System Red Green Blue C M Y K H S L
Decimal 171 255 240 0.33 0 0.06 0 169.29 1 0.84
Hex AB FF F0 21 0 6 0 A9 64 54
Octal 253 377 360 41 0 6 0 251 144 124
Binary 10101011 11111111 11110000 100001 0 110 0 10101001 1100100 1010100

Color Harmonies of #ABFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFFF0

Black with #ABFFF0

Text Example


Text Example

White with #ABFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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