Html Css Color HEX #ABFBFA Pale Turquoise

📋 copy color: '#ABFBFA'

red 171 ◦ green 251 ◦ blue 250

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

Shades of Pale Turquoise #ABFBFA

Tints of Pale Turquoise #ABFBFA

RGB

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

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

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

R = 25.45%
G = 37.35%
B = 37.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#ABFBFA (or 0xABFBFA) is known color: Pale Turquoise. HEX triplet: AB, FB and FA. RGB value is (171,251,250). Sum of RGB (Red+Green+Blue) = 171+251+250=672 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.45% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBFA is #540405. Grayscale: #E2E2E2. Windows color (decimal): -5506054 or 16448427. OLE color: 16448427.

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

Color convert

RGB 171 251 250 -
CMYK 0.32 0 0.00 0.02
HSL 179.25º 0.91% 0.83% -
HSV(B) 179.25º 0.32% 0.98% -
XYZ 68.55 84.55 103.15 -
YUV 226.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 171 251 250 0.32 0 0.00 0.02 179.25 0.91 0.83
Hex AB FB FA 20 0 0 2 B3 5B 53
Octal 253 373 372 40 0 0 2 263 133 123
Binary 10101011 11111011 11111010 100000 0 0 10 10110011 1011011 1010011

Color Harmonies of #ABFBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBFA

Black with #ABFBFA

Text Example


Text Example

White with #ABFBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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