Html Css Color HEX #ABF3EC Pale Turquoise

📋 copy color: '#ABF3EC'

red 171 ◦ green 243 ◦ blue 236

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

Shades of Pale Turquoise #ABF3EC

Tints of Pale Turquoise #ABF3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.38%

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

R = 26.31%
G = 37.38%
B = 36.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#ABF3EC (or 0xABF3EC) is known color: Pale Turquoise. HEX triplet: AB, F3 and EC. RGB value is (171,243,236). Sum of RGB (Red+Green+Blue) = 171+243+236=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF3EC is #540C13. Grayscale: #DCDCDC. Windows color (decimal): -5508116 or 15528875. OLE color: 15528875.

HSL color Cylindrical-coordinate representation of color #ABF3EC: hue angle of 174.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF3EC is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 243 236 -
CMYK 0.30 0 0.03 0.05
HSL 174.17º 0.75% 0.81% -
HSV(B) 174.17º 0.3% 0.95% -
XYZ 63.99 78.82 91.2 -
YUV 220.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 171 243 236 0.30 0 0.03 0.05 174.17 0.75 0.81
Hex AB F3 EC 1E 0 3 5 AE 4B 51
Octal 253 363 354 36 0 3 5 256 113 121
Binary 10101011 11110011 11101100 11110 0 11 101 10101110 1001011 1010001

Color Harmonies of #ABF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF3EC

Black with #ABF3EC

Text Example


Text Example

White with #ABF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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