Html Css Color HEX #ABF2EC Pale Turquoise

📋 copy color: '#ABF2EC'

red 171 ◦ green 242 ◦ blue 236

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

Shades of Pale Turquoise #ABF2EC

Tints of Pale Turquoise #ABF2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.29%

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

R = 26.35%
G = 37.29%
B = 36.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#ABF2EC (or 0xABF2EC) is known color: Pale Turquoise. HEX triplet: AB, F2 and EC. RGB value is (171,242,236). Sum of RGB (Red+Green+Blue) = 171+242+236=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2EC is #540D13. Grayscale: #DCDCDC. Windows color (decimal): -5508372 or 15528619. OLE color: 15528619.

HSL color Cylindrical-coordinate representation of color #ABF2EC: hue angle of 174.93º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2EC is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 236 -
CMYK 0.29 0 0.02 0.05
HSL 174.93º 0.73% 0.81% -
HSV(B) 174.93º 0.29% 0.95% -
XYZ 63.69 78.22 91.1 -
YUV 220.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 171 242 236 0.29 0 0.02 0.05 174.93 0.73 0.81
Hex AB F2 EC 1D 0 2 5 AF 49 51
Octal 253 362 354 35 0 2 5 257 111 121
Binary 10101011 11110010 11101100 11101 0 10 101 10101111 1001001 1010001

Color Harmonies of #ABF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2EC

Black with #ABF2EC

Text Example


Text Example

White with #ABF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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