Html Css Color HEX #ABF1E7 Pale Turquoise

📋 copy color: '#ABF1E7'

red 171 ◦ green 241 ◦ blue 231

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

Shades of Pale Turquoise #ABF1E7

Tints of Pale Turquoise #ABF1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.93%

R = 26.59%
G = 37.48%
B = 35.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#ABF1E7 (or 0xABF1E7) is known color: Pale Turquoise. HEX triplet: AB, F1 and E7. RGB value is (171,241,231). Sum of RGB (Red+Green+Blue) = 171+241+231=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1E7 is #540E18. Grayscale: #DADADA. Windows color (decimal): -5508633 or 15200683. OLE color: 15200683.

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

Color convert

RGB 171 241 231 -
CMYK 0.29 0 0.04 0.05
HSL 171.43º 0.71% 0.81% -
HSV(B) 171.43º 0.29% 0.95% -
XYZ 62.67 77.34 87.23 -
YUV 218.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 171 241 231 0.29 0 0.04 0.05 171.43 0.71 0.81
Hex AB F1 E7 1D 0 4 5 AB 47 51
Octal 253 361 347 35 0 4 5 253 107 121
Binary 10101011 11110001 11100111 11101 0 100 101 10101011 1000111 1010001

Color Harmonies of #ABF1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1E7

Black with #ABF1E7

Text Example


Text Example

White with #ABF1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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