Html Css Color HEX #ABFCFC Pale Turquoise

📋 copy color: '#ABFCFC'

red 171 ◦ green 252 ◦ blue 252

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

Shades of Pale Turquoise #ABFCFC

Tints of Pale Turquoise #ABFCFC

RGB

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

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

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

R = 25.33%
G = 37.33%
B = 37.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABFCFC (or 0xABFCFC) is known color: Pale Turquoise. HEX triplet: AB, FC and FC. RGB value is (171,252,252). Sum of RGB (Red+Green+Blue) = 171+252+252=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #ABFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCFC is #540303. Grayscale: #E3E3E3. Windows color (decimal): -5505796 or 16579755. OLE color: 16579755.

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

Color convert

RGB 171 252 252 -
CMYK 0.32 0 0 0.01
HSL 180º 0.93% 0.83% -
HSV(B) 180º 0.32% 0.99% -
XYZ 69.18 85.31 104.92 -
YUV 227.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 171 252 252 0.32 0 0 0.01 180 0.93 0.83
Hex AB FC FC 20 0 0 1 B4 5D 53
Octal 253 374 374 40 0 0 1 264 135 123
Binary 10101011 11111100 11111100 100000 0 0 1 10110100 1011101 1010011

Color Harmonies of #ABFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCFC

Black with #ABFCFC

Text Example


Text Example

White with #ABFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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