Html Css Color HEX #ABF6ED Pale Turquoise

📋 copy color: '#ABF6ED'

red 171 ◦ green 246 ◦ blue 237

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

Shades of Pale Turquoise #ABF6ED

Tints of Pale Turquoise #ABF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.61%

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

R = 26.15%
G = 37.61%
B = 36.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#ABF6ED (or 0xABF6ED) is known color: Pale Turquoise. HEX triplet: AB, F6 and ED. RGB value is (171,246,237). Sum of RGB (Red+Green+Blue) = 171+246+237=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF6ED is #540912. Grayscale: #DEDEDE. Windows color (decimal): -5507347 or 15595179. OLE color: 15595179.

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

Color convert

RGB 171 246 237 -
CMYK 0.30 0 0.04 0.04
HSL 172.8º 0.81% 0.82% -
HSV(B) 172.8º 0.3% 0.96% -
XYZ 65.04 80.68 92.27 -
YUV 222.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 171 246 237 0.30 0 0.04 0.04 172.8 0.81 0.82
Hex AB F6 ED 1E 0 4 4 AD 51 52
Octal 253 366 355 36 0 4 4 255 121 122
Binary 10101011 11110110 11101101 11110 0 100 100 10101101 1010001 1010010

Color Harmonies of #ABF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF6ED

Black with #ABF6ED

Text Example


Text Example

White with #ABF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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