Html Css Color HEX #ABECF5 Pale Turquoise

📋 copy color: '#ABECF5'

red 171 ◦ green 236 ◦ blue 245

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

Shades of Pale Turquoise #ABECF5

Tints of Pale Turquoise #ABECF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.58%

R = 26.23%
G = 36.2%
B = 37.58%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABECF5 (or 0xABECF5) is known color: Pale Turquoise. HEX triplet: AB, EC and F5. RGB value is (171,236,245). Sum of RGB (Red+Green+Blue) = 171+236+245=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECF5 is #54130A. Grayscale: #D9D9D9. Windows color (decimal): -5509899 or 16116907. OLE color: 16116907.

HSL color Cylindrical-coordinate representation of color #ABECF5: hue angle of 187.3º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABECF5 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 236 245 -
CMYK 0.30 0.04 0 0.04
HSL 187.3º 0.79% 0.82% -
HSV(B) 187.3º 0.3% 0.96% -
XYZ 63.27 75.24 97.57 -
YUV 217.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 171 236 245 0.30 0.04 0 0.04 187.3 0.79 0.82
Hex AB EC F5 1E 4 0 4 BB 4F 52
Octal 253 354 365 36 4 0 4 273 117 122
Binary 10101011 11101100 11110101 11110 100 0 100 10111011 1001111 1010010

Color Harmonies of #ABECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECF5

Black with #ABECF5

Text Example


Text Example

White with #ABECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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