Html Css Color HEX #ABFCFE Pale Turquoise

📋 copy color: '#ABFCFE'

red 171 ◦ green 252 ◦ blue 254

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

Shades of Pale Turquoise #ABFCFE

Tints of Pale Turquoise #ABFCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.52%

R = 25.26%
G = 37.22%
B = 37.52%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABFCFE (or 0xABFCFE) is known color: Pale Turquoise. HEX triplet: AB, FC and FE. RGB value is (171,252,254). Sum of RGB (Red+Green+Blue) = 171+252+254=677 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.26% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABFCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCFE is #540301. Grayscale: #E3E3E3. Windows color (decimal): -5505794 or 16710827. OLE color: 16710827.

HSL color Cylindrical-coordinate representation of color #ABFCFE: hue angle of 181.45º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFCFE is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 252 254 -
CMYK 0.33 0.01 0 0.00
HSL 181.45º 0.98% 0.83% -
HSV(B) 181.45º 0.33% 1% -
XYZ 69.49 85.43 106.59 -
YUV 228.01 142.66 87.34 -
System Red Green Blue C M Y K H S L
Decimal 171 252 254 0.33 0.01 0 0.00 181.45 0.98 0.83
Hex AB FC FE 21 1 0 0 B5 62 53
Octal 253 374 376 41 1 0 0 265 142 123
Binary 10101011 11111100 11111110 100001 1 0 0 10110101 1100010 1010011

Color Harmonies of #ABFCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCFE

Black with #ABFCFE

Text Example


Text Example

White with #ABFCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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