Html Css Color HEX #ABECE5 Pale Turquoise

📋 copy color: '#ABECE5'

red 171 ◦ green 236 ◦ blue 229

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

Shades of Pale Turquoise #ABECE5

Tints of Pale Turquoise #ABECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.11%

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

R = 26.89%
G = 37.11%
B = 36.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ABECE5 (or 0xABECE5) is known color: Pale Turquoise. HEX triplet: AB, EC and E5. RGB value is (171,236,229). Sum of RGB (Red+Green+Blue) = 171+236+229=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECE5 is #54131A. Grayscale: #D7D7D7. Windows color (decimal): -5509915 or 15068331. OLE color: 15068331.

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

Color convert

RGB 171 236 229 -
CMYK 0.28 0 0.03 0.07
HSL 173.54º 0.63% 0.8% -
HSV(B) 173.54º 0.28% 0.93% -
XYZ 60.93 74.31 85.26 -
YUV 215.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 171 236 229 0.28 0 0.03 0.07 173.54 0.63 0.8
Hex AB EC E5 1C 0 3 7 AE 3F 50
Octal 253 354 345 34 0 3 7 256 77 120
Binary 10101011 11101100 11100101 11100 0 11 111 10101110 111111 1010000

Color Harmonies of #ABECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECE5

Black with #ABECE5

Text Example


Text Example

White with #ABECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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