Html Css Color HEX #ABEFFB Pale Turquoise

📋 copy color: '#ABEFFB'

red 171 ◦ green 239 ◦ blue 251

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

Shades of Pale Turquoise #ABEFFB

Tints of Pale Turquoise #ABEFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.97%

R = 25.87%
G = 36.16%
B = 37.97%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABEFFB (or 0xABEFFB) is known color: Pale Turquoise. HEX triplet: AB, EF and FB. RGB value is (171,239,251). Sum of RGB (Red+Green+Blue) = 171+239+251=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFFB is #541004. Grayscale: #DBDBDB. Windows color (decimal): -5509125 or 16510891. OLE color: 16510891.

HSL color Cylindrical-coordinate representation of color #ABEFFB: hue angle of 189º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEFFB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 239 251 -
CMYK 0.32 0.05 0 0.02
HSL 189º 0.91% 0.83% -
HSV(B) 189º 0.32% 0.98% -
XYZ 65.07 77.36 102.77 -
YUV 220.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 171 239 251 0.32 0.05 0 0.02 189 0.91 0.83
Hex AB EF FB 20 5 0 2 BD 5B 53
Octal 253 357 373 40 5 0 2 275 133 123
Binary 10101011 11101111 11111011 100000 101 0 10 10111101 1011011 1010011

Color Harmonies of #ABEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFFB

Black with #ABEFFB

Text Example


Text Example

White with #ABEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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