Html Css Color HEX #ABEDEB Pale Turquoise

📋 copy color: '#ABEDEB'

red 171 ◦ green 237 ◦ blue 235

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

Shades of Pale Turquoise #ABEDEB

Tints of Pale Turquoise #ABEDEB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.86%

 BLUE value IS 235 (92.19% from 255) = 36.55%

R = 26.59%
G = 36.86%
B = 36.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ABEDEB (or 0xABEDEB) is known color: Pale Turquoise. HEX triplet: AB, ED and EB. RGB value is (171,237,235). Sum of RGB (Red+Green+Blue) = 171+237+235=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDEB is #541214. Grayscale: #D8D8D8. Windows color (decimal): -5509653 or 15461803. OLE color: 15461803.

HSL color Cylindrical-coordinate representation of color #ABEDEB: hue angle of 178.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDEB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 237 235 -
CMYK 0.28 0 0.01 0.07
HSL 178.18º 0.65% 0.8% -
HSV(B) 178.18º 0.28% 0.93% -
XYZ 62.07 75.22 89.85 -
YUV 217.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 171 237 235 0.28 0 0.01 0.07 178.18 0.65 0.8
Hex AB ED EB 1C 0 1 7 B2 41 50
Octal 253 355 353 34 0 1 7 262 101 120
Binary 10101011 11101101 11101011 11100 0 1 111 10110010 1000001 1010000

Color Harmonies of #ABEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDEB

Black with #ABEDEB

Text Example


Text Example

White with #ABEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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