Html Css Color HEX #ABFBED Pale Turquoise

📋 copy color: '#ABFBED'

red 171 ◦ green 251 ◦ blue 237

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

Shades of Pale Turquoise #ABFBED

Tints of Pale Turquoise #ABFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.09%

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

R = 25.95%
G = 38.09%
B = 35.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#ABFBED (or 0xABFBED) is known color: Pale Turquoise. HEX triplet: AB, FB and ED. RGB value is (171,251,237). Sum of RGB (Red+Green+Blue) = 171+251+237=659 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.95% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBED is #540412. Grayscale: #E1E1E1. Windows color (decimal): -5506067 or 15596459. OLE color: 15596459.

HSL color Cylindrical-coordinate representation of color #ABFBED: hue angle of 169.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBED is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 251 237 -
CMYK 0.32 0 0.06 0.02
HSL 169.5º 0.91% 0.83% -
HSV(B) 169.5º 0.32% 0.98% -
XYZ 66.58 83.77 92.78 -
YUV 225.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 171 251 237 0.32 0 0.06 0.02 169.5 0.91 0.83
Hex AB FB ED 20 0 6 2 AA 5B 53
Octal 253 373 355 40 0 6 2 252 133 123
Binary 10101011 11111011 11101101 100000 0 110 10 10101010 1011011 1010011

Color Harmonies of #ABFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBED

Black with #ABFBED

Text Example


Text Example

White with #ABFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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