Html Css Color HEX #ABEFF8 Pale Turquoise

📋 copy color: '#ABEFF8'

red 171 ◦ green 239 ◦ blue 248

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

Shades of Pale Turquoise #ABEFF8

Tints of Pale Turquoise #ABEFF8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

 BLUE value IS 248 (97.27% from 255) = 37.69%

R = 25.99%
G = 36.32%
B = 37.69%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ABEFF8 (or 0xABEFF8) is known color: Pale Turquoise. HEX triplet: AB, EF and F8. RGB value is (171,239,248). Sum of RGB (Red+Green+Blue) = 171+239+248=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABEFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFF8 is #541007. Grayscale: #DBDBDB. Windows color (decimal): -5509128 or 16314283. OLE color: 16314283.

HSL color Cylindrical-coordinate representation of color #ABEFF8: hue angle of 187.01º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABEFF8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 239 248 -
CMYK 0.31 0.04 0 0.03
HSL 187.01º 0.85% 0.82% -
HSV(B) 187.01º 0.31% 0.97% -
XYZ 64.6 77.17 100.3 -
YUV 219.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 171 239 248 0.31 0.04 0 0.03 187.01 0.85 0.82
Hex AB EF F8 1F 4 0 3 BB 55 52
Octal 253 357 370 37 4 0 3 273 125 122
Binary 10101011 11101111 11111000 11111 100 0 11 10111011 1010101 1010010

Color Harmonies of #ABEFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFF8

Black with #ABEFF8

Text Example


Text Example

White with #ABEFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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