Html Css Color HEX #ABEBEC Pale Turquoise

📋 copy color: '#ABEBEC'

red 171 ◦ green 235 ◦ blue 236

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

Shades of Pale Turquoise #ABEBEC

Tints of Pale Turquoise #ABEBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 26.64%
G = 36.6%
B = 36.76%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABEBEC (or 0xABEBEC) is known color: Pale Turquoise. HEX triplet: AB, EB and EC. RGB value is (171,235,236). Sum of RGB (Red+Green+Blue) = 171+235+236=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBEC is #541413. Grayscale: #D7D7D7. Windows color (decimal): -5510164 or 15526827. OLE color: 15526827.

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

Color convert

RGB 171 235 236 -
CMYK 0.28 0.00 0 0.07
HSL 180.92º 0.63% 0.8% -
HSV(B) 180.92º 0.28% 0.93% -
XYZ 61.64 74.13 90.42 -
YUV 215.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 171 235 236 0.28 0.00 0 0.07 180.92 0.63 0.8
Hex AB EB EC 1C 0 0 7 B5 3F 50
Octal 253 353 354 34 0 0 7 265 77 120
Binary 10101011 11101011 11101100 11100 0 0 111 10110101 111111 1010000

Color Harmonies of #ABEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBEC

Black with #ABEBEC

Text Example


Text Example

White with #ABEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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