Html Css Color HEX #ABEBED Pale Turquoise

📋 copy color: '#ABEBED'

red 171 ◦ green 235 ◦ blue 237

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

Shades of Pale Turquoise #ABEBED

Tints of Pale Turquoise #ABEBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.55%

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 26.59%
G = 36.55%
B = 36.86%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABEBED (or 0xABEBED) is known color: Pale Turquoise. HEX triplet: AB, EB and ED. RGB value is (171,235,237). Sum of RGB (Red+Green+Blue) = 171+235+237=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBED is #541412. Grayscale: #D8D8D8. Windows color (decimal): -5510163 or 15592363. OLE color: 15592363.

HSL color Cylindrical-coordinate representation of color #ABEBED: hue angle of 181.82º degrees, saturation: 0.65, 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 #ABEBED is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 235 237 -
CMYK 0.28 0.01 0 0.07
HSL 181.82º 0.65% 0.8% -
HSV(B) 181.82º 0.28% 0.93% -
XYZ 61.79 74.19 91.18 -
YUV 216.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 171 235 237 0.28 0.01 0 0.07 181.82 0.65 0.8
Hex AB EB ED 1C 1 0 7 B6 41 50
Octal 253 353 355 34 1 0 7 266 101 120
Binary 10101011 11101011 11101101 11100 1 0 111 10110110 1000001 1010000

Color Harmonies of #ABEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBED

Black with #ABEBED

Text Example


Text Example

White with #ABEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBED; }

 p { color: rgb(171,235,237); }

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

background-color css

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

 a { background-color: rgb(171,235,237); }

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

border-color css

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

 span { border-color: rgb(171,235,237); }

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