Html Css Color HEX #ABF7F0 Pale Turquoise

📋 copy color: '#ABF7F0'

red 171 ◦ green 247 ◦ blue 240

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

Shades of Pale Turquoise #ABF7F0

Tints of Pale Turquoise #ABF7F0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.54%

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

R = 25.99%
G = 37.54%
B = 36.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#ABF7F0 (or 0xABF7F0) is known color: Pale Turquoise. HEX triplet: AB, F7 and F0. RGB value is (171,247,240). Sum of RGB (Red+Green+Blue) = 171+247+240=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF7F0 is #54080F. Grayscale: #DFDFDF. Windows color (decimal): -5507088 or 15792043. OLE color: 15792043.

HSL color Cylindrical-coordinate representation of color #ABF7F0: hue angle of 174.47º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF7F0 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 247 240 -
CMYK 0.31 0 0.03 0.03
HSL 174.47º 0.83% 0.82% -
HSV(B) 174.47º 0.31% 0.97% -
XYZ 65.78 81.47 94.7 -
YUV 223.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 171 247 240 0.31 0 0.03 0.03 174.47 0.83 0.82
Hex AB F7 F0 1F 0 3 3 AE 53 52
Octal 253 367 360 37 0 3 3 256 123 122
Binary 10101011 11110111 11110000 11111 0 11 11 10101110 1010011 1010010

Color Harmonies of #ABF7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF7F0

Black with #ABF7F0

Text Example


Text Example

White with #ABF7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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