Html Css Color HEX #ABFAF2 Pale Turquoise

📋 copy color: '#ABFAF2'

red 171 ◦ green 250 ◦ blue 242

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

Shades of Pale Turquoise #ABFAF2

Tints of Pale Turquoise #ABFAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.71%

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

R = 25.79%
G = 37.71%
B = 36.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#ABFAF2 (or 0xABFAF2) is known color: Pale Turquoise. HEX triplet: AB, FA and F2. RGB value is (171,250,242). Sum of RGB (Red+Green+Blue) = 171+250+242=663 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.79% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAF2 is #54050D. Grayscale: #E1E1E1. Windows color (decimal): -5506318 or 15923883. OLE color: 15923883.

HSL color Cylindrical-coordinate representation of color #ABFAF2: hue angle of 173.92º degrees, saturation: 0.89, 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 #ABFAF2 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 242 -
CMYK 0.32 0 0.03 0.02
HSL 173.92º 0.89% 0.83% -
HSV(B) 173.92º 0.32% 0.98% -
XYZ 67.01 83.44 96.58 -
YUV 225.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 171 250 242 0.32 0 0.03 0.02 173.92 0.89 0.83
Hex AB FA F2 20 0 3 2 AE 59 53
Octal 253 372 362 40 0 3 2 256 131 123
Binary 10101011 11111010 11110010 100000 0 11 10 10101110 1011001 1010011

Color Harmonies of #ABFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAF2

Black with #ABFAF2

Text Example


Text Example

White with #ABFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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