Html Css Color HEX #ABEFE5 Pale Turquoise

📋 copy color: '#ABEFE5'

red 171 ◦ green 239 ◦ blue 229

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

Shades of Pale Turquoise #ABEFE5

Tints of Pale Turquoise #ABEFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 26.76%
G = 37.4%
B = 35.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#ABEFE5 (or 0xABEFE5) is known color: Pale Turquoise. HEX triplet: AB, EF and E5. RGB value is (171,239,229). Sum of RGB (Red+Green+Blue) = 171+239+229=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFE5 is #54101A. Grayscale: #D9D9D9. Windows color (decimal): -5509147 or 15069099. OLE color: 15069099.

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

Color convert

RGB 171 239 229 -
CMYK 0.28 0 0.04 0.06
HSL 171.18º 0.68% 0.8% -
HSV(B) 171.18º 0.28% 0.94% -
XYZ 61.8 76.05 85.55 -
YUV 217.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 171 239 229 0.28 0 0.04 0.06 171.18 0.68 0.8
Hex AB EF E5 1C 0 4 6 AB 44 50
Octal 253 357 345 34 0 4 6 253 104 120
Binary 10101011 11101111 11100101 11100 0 100 110 10101011 1000100 1010000

Color Harmonies of #ABEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFE5

Black with #ABEFE5

Text Example


Text Example

White with #ABEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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