Html Css Color HEX #ABFBF2 Pale Turquoise

📋 copy color: '#ABFBF2'

red 171 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #ABFBF2

Tints of Pale Turquoise #ABFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.8%

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

R = 25.75%
G = 37.8%
B = 36.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#ABFBF2 (or 0xABFBF2) is known color: Pale Turquoise. HEX triplet: AB, FB and F2. RGB value is (171,251,242). Sum of RGB (Red+Green+Blue) = 171+251+242=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBF2 is #54040D. Grayscale: #E2E2E2. Windows color (decimal): -5506062 or 15924139. OLE color: 15924139.

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

Color convert

RGB 171 251 242 -
CMYK 0.32 0 0.04 0.02
HSL 173.25º 0.91% 0.83% -
HSV(B) 173.25º 0.32% 0.98% -
XYZ 67.32 84.06 96.68 -
YUV 226.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 171 251 242 0.32 0 0.04 0.02 173.25 0.91 0.83
Hex AB FB F2 20 0 4 2 AD 5B 53
Octal 253 373 362 40 0 4 2 255 133 123
Binary 10101011 11111011 11110010 100000 0 100 10 10101101 1011011 1010011

Color Harmonies of #ABFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBF2

Black with #ABFBF2

Text Example


Text Example

White with #ABFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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