Html Css Color HEX #ABF0E8 Pale Turquoise

📋 copy color: '#ABF0E8'

red 171 ◦ green 240 ◦ blue 232

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

Shades of Pale Turquoise #ABF0E8

Tints of Pale Turquoise #ABF0E8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.33%

 BLUE value IS 232 (91.02% from 255) = 36.08%

R = 26.59%
G = 37.33%
B = 36.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#ABF0E8 (or 0xABF0E8) is known color: Pale Turquoise. HEX triplet: AB, F0 and E8. RGB value is (171,240,232). Sum of RGB (Red+Green+Blue) = 171+240+232=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0E8 is #540F17. Grayscale: #DADADA. Windows color (decimal): -5508888 or 15265963. OLE color: 15265963.

HSL color Cylindrical-coordinate representation of color #ABF0E8: hue angle of 173.04º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0E8 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 232 -
CMYK 0.29 0 0.03 0.06
HSL 173.04º 0.7% 0.81% -
HSV(B) 173.04º 0.29% 0.94% -
XYZ 62.52 76.8 87.87 -
YUV 218.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 171 240 232 0.29 0 0.03 0.06 173.04 0.7 0.81
Hex AB F0 E8 1D 0 3 6 AD 46 51
Octal 253 360 350 35 0 3 6 255 106 121
Binary 10101011 11110000 11101000 11101 0 11 110 10101101 1000110 1010001

Color Harmonies of #ABF0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0E8

Black with #ABF0E8

Text Example


Text Example

White with #ABF0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0E8; }

 p { color: rgb(171,240,232); }

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

background-color css

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

 a { background-color: rgb(171,240,232); }

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

border-color css

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

 span { border-color: rgb(171,240,232); }

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