Html Css Color HEX #ABECED Pale Turquoise

📋 copy color: '#ABECED'

red 171 ◦ green 236 ◦ blue 237

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

Shades of Pale Turquoise #ABECED

Tints of Pale Turquoise #ABECED

RGB

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

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

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

R = 26.55%
G = 36.65%
B = 36.8%

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

#ABECED (or 0xABECED) is known color: Pale Turquoise. HEX triplet: AB, EC and ED. RGB value is (171,236,237). Sum of RGB (Red+Green+Blue) = 171+236+237=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECED is #541312. Grayscale: #D8D8D8. Windows color (decimal): -5509907 or 15592619. OLE color: 15592619.

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

Color convert

RGB 171 236 237 -
CMYK 0.28 0.00 0 0.07
HSL 180.91º 0.65% 0.8% -
HSV(B) 180.91º 0.28% 0.93% -
XYZ 62.08 74.76 91.28 -
YUV 216.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 171 236 237 0.28 0.00 0 0.07 180.91 0.65 0.8
Hex AB EC ED 1C 0 0 7 B5 41 50
Octal 253 354 355 34 0 0 7 265 101 120
Binary 10101011 11101100 11101101 11100 0 0 111 10110101 1000001 1010000

Color Harmonies of #ABECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECED

Black with #ABECED

Text Example


Text Example

White with #ABECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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