Html Css Color HEX #ABFCFA Pale Turquoise

📋 copy color: '#ABFCFA'

red 171 ◦ green 252 ◦ blue 250

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

Shades of Pale Turquoise #ABFCFA

Tints of Pale Turquoise #ABFCFA

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 171 252 250 -
CMYK 0.32 0 0.01 0.01
HSL 178.52º 0.93% 0.83% -
HSV(B) 178.52º 0.32% 0.99% -
XYZ 68.86 85.18 103.25 -
YUV 227.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 171 252 250 0.32 0 0.01 0.01 178.52 0.93 0.83
Hex AB FC FA 20 0 1 1 B3 5D 53
Octal 253 374 372 40 0 1 1 263 135 123
Binary 10101011 11111100 11111010 100000 0 1 1 10110011 1011101 1010011

Color Harmonies of #ABFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCFA

Black with #ABFCFA

Text Example


Text Example

White with #ABFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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