Html Css Color HEX #ABFAFC Pale Turquoise

📋 copy color: '#ABFAFC'

red 171 ◦ green 250 ◦ blue 252

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

Shades of Pale Turquoise #ABFAFC

Tints of Pale Turquoise #ABFAFC

RGB

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

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

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

R = 25.41%
G = 37.15%
B = 37.44%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABFAFC (or 0xABFAFC) is known color: Pale Turquoise. HEX triplet: AB, FA and FC. RGB value is (171,250,252). Sum of RGB (Red+Green+Blue) = 171+250+252=673 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.41% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABFAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAFC is #540503. Grayscale: #E2E2E2. Windows color (decimal): -5506308 or 16579243. OLE color: 16579243.

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

Color convert

RGB 171 250 252 -
CMYK 0.32 0.01 0 0.01
HSL 181.48º 0.93% 0.83% -
HSV(B) 181.48º 0.32% 0.99% -
XYZ 68.55 84.06 104.71 -
YUV 226.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 171 250 252 0.32 0.01 0 0.01 181.48 0.93 0.83
Hex AB FA FC 20 1 0 1 B5 5D 53
Octal 253 372 374 40 1 0 1 265 135 123
Binary 10101011 11111010 11111100 100000 1 0 1 10110101 1011101 1010011

Color Harmonies of #ABFAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAFC

Black with #ABFAFC

Text Example


Text Example

White with #ABFAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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