Html Css Color HEX #ABFCF5 Pale Turquoise

📋 copy color: '#ABFCF5'

red 171 ◦ green 252 ◦ blue 245

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

Shades of Pale Turquoise #ABFCF5

Tints of Pale Turquoise #ABFCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.68%

R = 25.6%
G = 37.72%
B = 36.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#ABFCF5 (or 0xABFCF5) is known color: Pale Turquoise. HEX triplet: AB, FC and F5. RGB value is (171,252,245). Sum of RGB (Red+Green+Blue) = 171+252+245=668 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.60% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCF5 is #54030A. Grayscale: #E2E2E2. Windows color (decimal): -5505803 or 16121003. OLE color: 16121003.

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

Color convert

RGB 171 252 245 -
CMYK 0.32 0 0.03 0.01
HSL 174.81º 0.93% 0.83% -
HSV(B) 174.81º 0.32% 0.99% -
XYZ 68.09 84.87 99.18 -
YUV 226.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 171 252 245 0.32 0 0.03 0.01 174.81 0.93 0.83
Hex AB FC F5 20 0 3 1 AF 5D 53
Octal 253 374 365 40 0 3 1 257 135 123
Binary 10101011 11111100 11110101 100000 0 11 1 10101111 1011101 1010011

Color Harmonies of #ABFCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCF5

Black with #ABFCF5

Text Example


Text Example

White with #ABFCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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