Html Css Color HEX #ABF1E9 Pale Turquoise

📋 copy color: '#ABF1E9'

red 171 ◦ green 241 ◦ blue 233

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

Shades of Pale Turquoise #ABF1E9

Tints of Pale Turquoise #ABF1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.12%

R = 26.51%
G = 37.36%
B = 36.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#ABF1E9 (or 0xABF1E9) is known color: Pale Turquoise. HEX triplet: AB, F1 and E9. RGB value is (171,241,233). Sum of RGB (Red+Green+Blue) = 171+241+233=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1E9 is #540E16. Grayscale: #DBDBDB. Windows color (decimal): -5508631 or 15331755. OLE color: 15331755.

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

Color convert

RGB 171 241 233 -
CMYK 0.29 0 0.03 0.05
HSL 173.14º 0.71% 0.81% -
HSV(B) 173.14º 0.29% 0.95% -
XYZ 62.96 77.45 88.72 -
YUV 219.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 171 241 233 0.29 0 0.03 0.05 173.14 0.71 0.81
Hex AB F1 E9 1D 0 3 5 AD 47 51
Octal 253 361 351 35 0 3 5 255 107 121
Binary 10101011 11110001 11101001 11101 0 11 101 10101101 1000111 1010001

Color Harmonies of #ABF1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1E9

Black with #ABF1E9

Text Example


Text Example

White with #ABF1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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