Html Css Color HEX #ABFCED Pale Turquoise

📋 copy color: '#ABFCED'

red 171 ◦ green 252 ◦ blue 237

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

Shades of Pale Turquoise #ABFCED

Tints of Pale Turquoise #ABFCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.91%

R = 25.91%
G = 38.18%
B = 35.91%

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

#ABFCED (or 0xABFCED) is known color: Pale Turquoise. HEX triplet: AB, FC and ED. RGB value is (171,252,237). Sum of RGB (Red+Green+Blue) = 171+252+237=660 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.91% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCED is #540312. Grayscale: #E2E2E2. Windows color (decimal): -5505811 or 15596715. OLE color: 15596715.

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

Color convert

RGB 171 252 237 -
CMYK 0.32 0 0.06 0.01
HSL 168.89º 0.93% 0.83% -
HSV(B) 168.89º 0.32% 0.99% -
XYZ 66.89 84.39 92.88 -
YUV 226.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 171 252 237 0.32 0 0.06 0.01 168.89 0.93 0.83
Hex AB FC ED 20 0 6 1 A9 5D 53
Octal 253 374 355 40 0 6 1 251 135 123
Binary 10101011 11111100 11101101 100000 0 110 1 10101001 1011101 1010011

Color Harmonies of #ABFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCED

Black with #ABFCED

Text Example


Text Example

White with #ABFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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