Html Css Color HEX #ABF7F6 Pale Turquoise

📋 copy color: '#ABF7F6'

red 171 ◦ green 247 ◦ blue 246

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

Shades of Pale Turquoise #ABF7F6

Tints of Pale Turquoise #ABF7F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.05%

R = 25.75%
G = 37.2%
B = 37.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#ABF7F6 (or 0xABF7F6) is known color: Pale Turquoise. HEX triplet: AB, F7 and F6. RGB value is (171,247,246). Sum of RGB (Red+Green+Blue) = 171+247+246=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF7F6 is #540809. Grayscale: #E0E0E0. Windows color (decimal): -5507082 or 16185259. OLE color: 16185259.

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

Color convert

RGB 171 247 246 -
CMYK 0.31 0 0.00 0.03
HSL 179.21º 0.83% 0.82% -
HSV(B) 179.21º 0.31% 0.97% -
XYZ 66.69 81.83 99.47 -
YUV 224.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 171 247 246 0.31 0 0.00 0.03 179.21 0.83 0.82
Hex AB F7 F6 1F 0 0 3 B3 53 52
Octal 253 367 366 37 0 0 3 263 123 122
Binary 10101011 11110111 11110110 11111 0 0 11 10110011 1010011 1010010

Color Harmonies of #ABF7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF7F6

Black with #ABF7F6

Text Example


Text Example

White with #ABF7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF7F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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