Html Css Color HEX #ABFCEF Pale Turquoise

📋 copy color: '#ABFCEF'

red 171 ◦ green 252 ◦ blue 239

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

Shades of Pale Turquoise #ABFCEF

Tints of Pale Turquoise #ABFCEF

RGB

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

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

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

R = 25.83%
G = 38.07%
B = 36.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#ABFCEF (or 0xABFCEF) is known color: Pale Turquoise. HEX triplet: AB, FC and EF. RGB value is (171,252,239). Sum of RGB (Red+Green+Blue) = 171+252+239=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCEF is #540310. Grayscale: #E2E2E2. Windows color (decimal): -5505809 or 15727787. OLE color: 15727787.

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

Color convert

RGB 171 252 239 -
CMYK 0.32 0 0.05 0.01
HSL 170.37º 0.93% 0.83% -
HSV(B) 170.37º 0.32% 0.99% -
XYZ 67.18 84.51 94.43 -
YUV 226.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 171 252 239 0.32 0 0.05 0.01 170.37 0.93 0.83
Hex AB FC EF 20 0 5 1 AA 5D 53
Octal 253 374 357 40 0 5 1 252 135 123
Binary 10101011 11111100 11101111 100000 0 101 1 10101010 1011101 1010011

Color Harmonies of #ABFCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCEF

Black with #ABFCEF

Text Example


Text Example

White with #ABFCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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