Html Css Color HEX #ABF8FE Pale Turquoise

📋 copy color: '#ABF8FE'

red 171 ◦ green 248 ◦ blue 254

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

Shades of Pale Turquoise #ABF8FE

Tints of Pale Turquoise #ABF8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.85%

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

R = 25.41%
G = 36.85%
B = 37.74%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ABF8FE (or 0xABF8FE) is known color: Pale Turquoise. HEX triplet: AB, F8 and FE. RGB value is (171,248,254). Sum of RGB (Red+Green+Blue) = 171+248+254=673 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.41% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABF8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF8FE is #540701. Grayscale: #E1E1E1. Windows color (decimal): -5506818 or 16709803. OLE color: 16709803.

HSL color Cylindrical-coordinate representation of color #ABF8FE: hue angle of 184.34º 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 #ABF8FE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 248 254 -
CMYK 0.33 0.02 0 0.00
HSL 184.34º 0.98% 0.83% -
HSV(B) 184.34º 0.33% 1% -
XYZ 68.25 82.95 106.18 -
YUV 225.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 171 248 254 0.33 0.02 0 0.00 184.34 0.98 0.83
Hex AB F8 FE 21 2 0 0 B8 62 53
Octal 253 370 376 41 2 0 0 270 142 123
Binary 10101011 11111000 11111110 100001 10 0 0 10111000 1100010 1010011

Color Harmonies of #ABF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF8FE

Black with #ABF8FE

Text Example


Text Example

White with #ABF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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