Html Css Color HEX #ABFAFA Pale Turquoise

📋 copy color: '#ABFAFA'

red 171 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #ABFAFA

Tints of Pale Turquoise #ABFAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 25.48%
G = 37.26%
B = 37.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABFAFA (or 0xABFAFA) is known color: Pale Turquoise. HEX triplet: AB, FA and FA. RGB value is (171,250,250). Sum of RGB (Red+Green+Blue) = 171+250+250=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #ABFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAFA is #540505. Grayscale: #E2E2E2. Windows color (decimal): -5506310 or 16448171. OLE color: 16448171.

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

Color convert

RGB 171 250 250 -
CMYK 0.32 0 0 0.02
HSL 180º 0.89% 0.83% -
HSV(B) 180º 0.32% 0.98% -
XYZ 68.24 83.93 103.05 -
YUV 226.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 171 250 250 0.32 0 0 0.02 180 0.89 0.83
Hex AB FA FA 20 0 0 2 B4 59 53
Octal 253 372 372 40 0 0 2 264 131 123
Binary 10101011 11111010 11111010 100000 0 0 10 10110100 1011001 1010011

Color Harmonies of #ABFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAFA

Black with #ABFAFA

Text Example


Text Example

White with #ABFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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