Html Css Color HEX #ABF1EC Pale Turquoise

📋 copy color: '#ABF1EC'

red 171 ◦ green 241 ◦ blue 236

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

Shades of Pale Turquoise #ABF1EC

Tints of Pale Turquoise #ABF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.19%

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

R = 26.39%
G = 37.19%
B = 36.42%

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

#ABF1EC (or 0xABF1EC) is known color: Pale Turquoise. HEX triplet: AB, F1 and EC. RGB value is (171,241,236). Sum of RGB (Red+Green+Blue) = 171+241+236=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1EC is #540E13. Grayscale: #DBDBDB. Windows color (decimal): -5508628 or 15528363. OLE color: 15528363.

HSL color Cylindrical-coordinate representation of color #ABF1EC: hue angle of 175.71º degrees, saturation: 0.71, 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 #ABF1EC is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 236 -
CMYK 0.29 0 0.02 0.05
HSL 175.71º 0.71% 0.81% -
HSV(B) 175.71º 0.29% 0.95% -
XYZ 63.39 77.62 91 -
YUV 219.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 171 241 236 0.29 0 0.02 0.05 175.71 0.71 0.81
Hex AB F1 EC 1D 0 2 5 B0 47 51
Octal 253 361 354 35 0 2 5 260 107 121
Binary 10101011 11110001 11101100 11101 0 10 101 10110000 1000111 1010001

Color Harmonies of #ABF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1EC

Black with #ABF1EC

Text Example


Text Example

White with #ABF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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