Html Css Color HEX #ABFBEF Pale Turquoise

📋 copy color: '#ABFBEF'

red 171 ◦ green 251 ◦ blue 239

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

Shades of Pale Turquoise #ABFBEF

Tints of Pale Turquoise #ABFBEF

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 171 251 239 -
CMYK 0.32 0 0.05 0.02
HSL 171º 0.91% 0.83% -
HSV(B) 171º 0.32% 0.98% -
XYZ 66.87 83.88 94.33 -
YUV 225.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 171 251 239 0.32 0 0.05 0.02 171 0.91 0.83
Hex AB FB EF 20 0 5 2 AB 5B 53
Octal 253 373 357 40 0 5 2 253 133 123
Binary 10101011 11111011 11101111 100000 0 101 10 10101011 1011011 1010011

Color Harmonies of #ABFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBEF

Black with #ABFBEF

Text Example


Text Example

White with #ABFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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