Html Css Color HEX #ABF6EC Pale Turquoise

📋 copy color: '#ABF6EC'

red 171 ◦ green 246 ◦ blue 236

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

Shades of Pale Turquoise #ABF6EC

Tints of Pale Turquoise #ABF6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.67%

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 26.19%
G = 37.67%
B = 36.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#ABF6EC (or 0xABF6EC) is known color: Pale Turquoise. HEX triplet: AB, F6 and EC. RGB value is (171,246,236). Sum of RGB (Red+Green+Blue) = 171+246+236=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF6EC is #540913. Grayscale: #DEDEDE. Windows color (decimal): -5507348 or 15529643. OLE color: 15529643.

HSL color Cylindrical-coordinate representation of color #ABF6EC: hue angle of 172º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF6EC is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 246 236 -
CMYK 0.30 0 0.04 0.04
HSL 172º 0.81% 0.82% -
HSV(B) 172º 0.3% 0.96% -
XYZ 64.89 80.63 91.5 -
YUV 222.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 171 246 236 0.30 0 0.04 0.04 172 0.81 0.82
Hex AB F6 EC 1E 0 4 4 AC 51 52
Octal 253 366 354 36 0 4 4 254 121 122
Binary 10101011 11110110 11101100 11110 0 100 100 10101100 1010001 1010010

Color Harmonies of #ABF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF6EC

Black with #ABF6EC

Text Example


Text Example

White with #ABF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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