Html Css Color HEX #ABECF1 Pale Turquoise

📋 copy color: '#ABECF1'

red 171 ◦ green 236 ◦ blue 241

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

Shades of Pale Turquoise #ABECF1

Tints of Pale Turquoise #ABECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.19%

R = 26.39%
G = 36.42%
B = 37.19%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABECF1 (or 0xABECF1) is known color: Pale Turquoise. HEX triplet: AB, EC and F1. RGB value is (171,236,241). Sum of RGB (Red+Green+Blue) = 171+236+241=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECF1 is #54130E. Grayscale: #D9D9D9. Windows color (decimal): -5509903 or 15854763. OLE color: 15854763.

HSL color Cylindrical-coordinate representation of color #ABECF1: hue angle of 184.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABECF1 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 236 241 -
CMYK 0.29 0.02 0 0.05
HSL 184.29º 0.71% 0.81% -
HSV(B) 184.29º 0.29% 0.95% -
XYZ 62.67 75 94.39 -
YUV 217.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 171 236 241 0.29 0.02 0 0.05 184.29 0.71 0.81
Hex AB EC F1 1D 2 0 5 B8 47 51
Octal 253 354 361 35 2 0 5 270 107 121
Binary 10101011 11101100 11110001 11101 10 0 101 10111000 1000111 1010001

Color Harmonies of #ABECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECF1

Black with #ABECF1

Text Example


Text Example

White with #ABECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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