Html Css Color HEX #ABFCEB Pale Turquoise

📋 copy color: '#ABFCEB'

red 171 ◦ green 252 ◦ blue 235

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

Shades of Pale Turquoise #ABFCEB

Tints of Pale Turquoise #ABFCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

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

R = 25.99%
G = 38.3%
B = 35.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#ABFCEB (or 0xABFCEB) is known color: Pale Turquoise. HEX triplet: AB, FC and EB. RGB value is (171,252,235). Sum of RGB (Red+Green+Blue) = 171+252+235=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCEB is #540314. Grayscale: #E1E1E1. Windows color (decimal): -5505813 or 15465643. OLE color: 15465643.

HSL color Cylindrical-coordinate representation of color #ABFCEB: hue angle of 167.41º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCEB is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 235 -
CMYK 0.32 0 0.07 0.01
HSL 167.41º 0.93% 0.83% -
HSV(B) 167.41º 0.32% 0.99% -
XYZ 66.6 84.28 91.35 -
YUV 225.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 171 252 235 0.32 0 0.07 0.01 167.41 0.93 0.83
Hex AB FC EB 20 0 7 1 A7 5D 53
Octal 253 374 353 40 0 7 1 247 135 123
Binary 10101011 11111100 11101011 100000 0 111 1 10100111 1011101 1010011

Color Harmonies of #ABFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCEB

Black with #ABFCEB

Text Example


Text Example

White with #ABFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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