Html Css Color HEX #ABEFE7 Pale Turquoise

📋 copy color: '#ABEFE7'

red 171 ◦ green 239 ◦ blue 231

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

Shades of Pale Turquoise #ABEFE7

Tints of Pale Turquoise #ABEFE7

RGB

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

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

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

R = 26.68%
G = 37.29%
B = 36.04%

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

#ABEFE7 (or 0xABEFE7) is known color: Pale Turquoise. HEX triplet: AB, EF and E7. RGB value is (171,239,231). Sum of RGB (Red+Green+Blue) = 171+239+231=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFE7 is #541018. Grayscale: #D9D9D9. Windows color (decimal): -5509145 or 15200171. OLE color: 15200171.

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

Color convert

RGB 171 239 231 -
CMYK 0.28 0 0.03 0.06
HSL 172.94º 0.68% 0.8% -
HSV(B) 172.94º 0.28% 0.94% -
XYZ 62.08 76.16 87.03 -
YUV 217.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 171 239 231 0.28 0 0.03 0.06 172.94 0.68 0.8
Hex AB EF E7 1C 0 3 6 AD 44 50
Octal 253 357 347 34 0 3 6 255 104 120
Binary 10101011 11101111 11100111 11100 0 11 110 10101101 1000100 1010000

Color Harmonies of #ABEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFE7

Black with #ABEFE7

Text Example


Text Example

White with #ABEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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