Html Css Color HEX #ABFBEB Pale Turquoise

📋 copy color: '#ABFBEB'

red 171 ◦ green 251 ◦ blue 235

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

Shades of Pale Turquoise #ABFBEB

Tints of Pale Turquoise #ABFBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.77%

R = 26.03%
G = 38.2%
B = 35.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#ABFBEB (or 0xABFBEB) is known color: Pale Turquoise. HEX triplet: AB, FB and EB. RGB value is (171,251,235). Sum of RGB (Red+Green+Blue) = 171+251+235=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBEB is #540414. Grayscale: #E1E1E1. Windows color (decimal): -5506069 or 15465387. OLE color: 15465387.

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

Color convert

RGB 171 251 235 -
CMYK 0.32 0 0.06 0.02
HSL 168º 0.91% 0.83% -
HSV(B) 168º 0.32% 0.98% -
XYZ 66.29 83.65 91.25 -
YUV 225.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 171 251 235 0.32 0 0.06 0.02 168 0.91 0.83
Hex AB FB EB 20 0 6 2 A8 5B 53
Octal 253 373 353 40 0 6 2 250 133 123
Binary 10101011 11111011 11101011 100000 0 110 10 10101000 1011011 1010011

Color Harmonies of #ABFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBEB

Black with #ABFBEB

Text Example


Text Example

White with #ABFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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