Html Css Color HEX #ABEDE7 Pale Turquoise

📋 copy color: '#ABEDE7'

red 171 ◦ green 237 ◦ blue 231

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

Shades of Pale Turquoise #ABEDE7

Tints of Pale Turquoise #ABEDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 26.76%
G = 37.09%
B = 36.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ABEDE7 (or 0xABEDE7) is known color: Pale Turquoise. HEX triplet: AB, ED and E7. RGB value is (171,237,231). Sum of RGB (Red+Green+Blue) = 171+237+231=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDE7 is #541218. Grayscale: #D8D8D8. Windows color (decimal): -5509657 or 15199659. OLE color: 15199659.

HSL color Cylindrical-coordinate representation of color #ABEDE7: hue angle of 174.55º 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 #ABEDE7 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 237 231 -
CMYK 0.28 0 0.03 0.07
HSL 174.55º 0.65% 0.8% -
HSV(B) 174.55º 0.28% 0.93% -
XYZ 61.5 75 86.84 -
YUV 216.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 171 237 231 0.28 0 0.03 0.07 174.55 0.65 0.8
Hex AB ED E7 1C 0 3 7 AF 41 50
Octal 253 355 347 34 0 3 7 257 101 120
Binary 10101011 11101101 11100111 11100 0 11 111 10101111 1000001 1010000

Color Harmonies of #ABEDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDE7

Black with #ABEDE7

Text Example


Text Example

White with #ABEDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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