Html Css Color HEX #ABFBFC Pale Turquoise

📋 copy color: '#ABFBFC'

red 171 ◦ green 251 ◦ blue 252

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

Shades of Pale Turquoise #ABFBFC

Tints of Pale Turquoise #ABFBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 25.37%
G = 37.24%
B = 37.39%

CMYK

 C value IS 0.32

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABFBFC (or 0xABFBFC) is known color: Pale Turquoise. HEX triplet: AB, FB and FC. RGB value is (171,251,252). Sum of RGB (Red+Green+Blue) = 171+251+252=674 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.37% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABFBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBFC is #540403. Grayscale: #E3E3E3. Windows color (decimal): -5506052 or 16579499. OLE color: 16579499.

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

Color convert

RGB 171 251 252 -
CMYK 0.32 0.00 0 0.01
HSL 180.74º 0.93% 0.83% -
HSV(B) 180.74º 0.32% 0.99% -
XYZ 68.86 84.68 104.81 -
YUV 227.19 142 87.92 -
System Red Green Blue C M Y K H S L
Decimal 171 251 252 0.32 0.00 0 0.01 180.74 0.93 0.83
Hex AB FB FC 20 0 0 1 B5 5D 53
Octal 253 373 374 40 0 0 1 265 135 123
Binary 10101011 11111011 11111100 100000 0 0 1 10110101 1011101 1010011

Color Harmonies of #ABFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBFC

Black with #ABFBFC

Text Example


Text Example

White with #ABFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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