Html Css Color HEX #ABFEF6 Pale Turquoise

📋 copy color: '#ABFEF6'

red 171 ◦ green 254 ◦ blue 246

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

Shades of Pale Turquoise #ABFEF6

Tints of Pale Turquoise #ABFEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.85%

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

R = 25.48%
G = 37.85%
B = 36.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#ABFEF6 (or 0xABFEF6) is known color: Pale Turquoise. HEX triplet: AB, FE and F6. RGB value is (171,254,246). Sum of RGB (Red+Green+Blue) = 171+254+246=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEF6 is #540109. Grayscale: #E4E4E4. Windows color (decimal): -5505290 or 16187051. OLE color: 16187051.

HSL color Cylindrical-coordinate representation of color #ABFEF6: hue angle of 174.22º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEF6 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 254 246 -
CMYK 0.33 0 0.03 0.00
HSL 174.22º 0.98% 0.83% -
HSV(B) 174.22º 0.33% 1% -
XYZ 68.87 86.2 100.2 -
YUV 228.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 171 254 246 0.33 0 0.03 0.00 174.22 0.98 0.83
Hex AB FE F6 21 0 3 0 AE 62 53
Octal 253 376 366 41 0 3 0 256 142 123
Binary 10101011 11111110 11110110 100001 0 11 0 10101110 1100010 1010011

Color Harmonies of #ABFEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFEF6

Black with #ABFEF6

Text Example


Text Example

White with #ABFEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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