Html Css Color HEX #ABEFF6 Pale Turquoise

📋 copy color: '#ABEFF6'

red 171 ◦ green 239 ◦ blue 246

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

Shades of Pale Turquoise #ABEFF6

Tints of Pale Turquoise #ABEFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.43%

 BLUE value IS 246 (96.48% from 255) = 37.5%

R = 26.07%
G = 36.43%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABEFF6 (or 0xABEFF6) is known color: Pale Turquoise. HEX triplet: AB, EF and F6. RGB value is (171,239,246). Sum of RGB (Red+Green+Blue) = 171+239+246=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABEFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFF6 is #541009. Grayscale: #DBDBDB. Windows color (decimal): -5509130 or 16183211. OLE color: 16183211.

HSL color Cylindrical-coordinate representation of color #ABEFF6: hue angle of 185.6º degrees, saturation: 0.81, 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 #ABEFF6 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 239 246 -
CMYK 0.30 0.03 0 0.04
HSL 185.6º 0.81% 0.82% -
HSV(B) 185.6º 0.3% 0.96% -
XYZ 64.3 77.04 98.67 -
YUV 219.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 171 239 246 0.30 0.03 0 0.04 185.6 0.81 0.82
Hex AB EF F6 1E 3 0 4 BA 51 52
Octal 253 357 366 36 3 0 4 272 121 122
Binary 10101011 11101111 11110110 11110 11 0 100 10111010 1010001 1010010

Color Harmonies of #ABEFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFF6

Black with #ABEFF6

Text Example


Text Example

White with #ABEFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFF6; }

 p { color: rgb(171,239,246); }

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

background-color css

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

 a { background-color: rgb(171,239,246); }

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

border-color css

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

 span { border-color: rgb(171,239,246); }

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