Html Css Color HEX #ABFCF2 Pale Turquoise

📋 copy color: '#ABFCF2'

red 171 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #ABFCF2

Tints of Pale Turquoise #ABFCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.89%

 BLUE value IS 242 (94.92% from 255) = 36.39%

R = 25.71%
G = 37.89%
B = 36.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#ABFCF2 (or 0xABFCF2) is known color: Pale Turquoise. HEX triplet: AB, FC and F2. RGB value is (171,252,242). Sum of RGB (Red+Green+Blue) = 171+252+242=665 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.71% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCF2 is #54030D. Grayscale: #E2E2E2. Windows color (decimal): -5505806 or 15924395. OLE color: 15924395.

HSL color Cylindrical-coordinate representation of color #ABFCF2: hue angle of 172.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCF2 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 242 -
CMYK 0.32 0 0.04 0.01
HSL 172.59º 0.93% 0.83% -
HSV(B) 172.59º 0.32% 0.99% -
XYZ 67.63 84.69 96.79 -
YUV 226.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 171 252 242 0.32 0 0.04 0.01 172.59 0.93 0.83
Hex AB FC F2 20 0 4 1 AD 5D 53
Octal 253 374 362 40 0 4 1 255 135 123
Binary 10101011 11111100 11110010 100000 0 100 1 10101101 1011101 1010011

Color Harmonies of #ABFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCF2

Black with #ABFCF2

Text Example


Text Example

White with #ABFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCF2; }

 p { color: rgb(171,252,242); }

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

background-color css

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

 a { background-color: rgb(171,252,242); }

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

border-color css

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

 span { border-color: rgb(171,252,242); }

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