Html Css Color HEX #ABEFE8 Pale Turquoise

📋 copy color: '#ABEFE8'

red 171 ◦ green 239 ◦ blue 232

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

Shades of Pale Turquoise #ABEFE8

Tints of Pale Turquoise #ABEFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.23%

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

R = 26.64%
G = 37.23%
B = 36.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#ABEFE8 (or 0xABEFE8) is known color: Pale Turquoise. HEX triplet: AB, EF and E8. RGB value is (171,239,232). Sum of RGB (Red+Green+Blue) = 171+239+232=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFE8 is #541017. Grayscale: #D9D9D9. Windows color (decimal): -5509144 or 15265707. OLE color: 15265707.

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

Color convert

RGB 171 239 232 -
CMYK 0.28 0 0.03 0.06
HSL 173.82º 0.68% 0.8% -
HSV(B) 173.82º 0.28% 0.94% -
XYZ 62.23 76.22 87.78 -
YUV 217.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 171 239 232 0.28 0 0.03 0.06 173.82 0.68 0.8
Hex AB EF E8 1C 0 3 6 AE 44 50
Octal 253 357 350 34 0 3 6 256 104 120
Binary 10101011 11101111 11101000 11100 0 11 110 10101110 1000100 1010000

Color Harmonies of #ABEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFE8

Black with #ABEFE8

Text Example


Text Example

White with #ABEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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