Html Css Color HEX #ABFEED Pale Turquoise

📋 copy color: '#ABFEED'

red 171 ◦ green 254 ◦ blue 237

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

Shades of Pale Turquoise #ABFEED

Tints of Pale Turquoise #ABFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.37%

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

R = 25.83%
G = 38.37%
B = 35.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#ABFEED (or 0xABFEED) is known color: Pale Turquoise. HEX triplet: AB, FE and ED. RGB value is (171,254,237). Sum of RGB (Red+Green+Blue) = 171+254+237=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEED is #540112. Grayscale: #E3E3E3. Windows color (decimal): -5505299 or 15597227. OLE color: 15597227.

HSL color Cylindrical-coordinate representation of color #ABFEED: hue angle of 167.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEED is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 254 237 -
CMYK 0.33 0 0.07 0.00
HSL 167.71º 0.98% 0.83% -
HSV(B) 167.71º 0.33% 1% -
XYZ 67.52 85.66 93.1 -
YUV 227.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 171 254 237 0.33 0 0.07 0.00 167.71 0.98 0.83
Hex AB FE ED 21 0 7 0 A8 62 53
Octal 253 376 355 41 0 7 0 250 142 123
Binary 10101011 11111110 11101101 100001 0 111 0 10101000 1100010 1010011

Color Harmonies of #ABFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFEED

Black with #ABFEED

Text Example


Text Example

White with #ABFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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