Html Css Color HEX #ABFCEC Pale Turquoise

📋 copy color: '#ABFCEC'

red 171 ◦ green 252 ◦ blue 236

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

Shades of Pale Turquoise #ABFCEC

Tints of Pale Turquoise #ABFCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.81%

R = 25.95%
G = 38.24%
B = 35.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#ABFCEC (or 0xABFCEC) is known color: Pale Turquoise. HEX triplet: AB, FC and EC. RGB value is (171,252,236). Sum of RGB (Red+Green+Blue) = 171+252+236=659 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.95% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCEC is #540313. Grayscale: #E1E1E1. Windows color (decimal): -5505812 or 15531179. OLE color: 15531179.

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

Color convert

RGB 171 252 236 -
CMYK 0.32 0 0.06 0.01
HSL 168.15º 0.93% 0.83% -
HSV(B) 168.15º 0.32% 0.99% -
XYZ 66.75 84.33 92.12 -
YUV 225.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 171 252 236 0.32 0 0.06 0.01 168.15 0.93 0.83
Hex AB FC EC 20 0 6 1 A8 5D 53
Octal 253 374 354 40 0 6 1 250 135 123
Binary 10101011 11111100 11101100 100000 0 110 1 10101000 1011101 1010011

Color Harmonies of #ABFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCEC

Black with #ABFCEC

Text Example


Text Example

White with #ABFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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