Html Css Color HEX #ABE9ED Pale Turquoise

📋 copy color: '#ABE9ED'

red 171 ◦ green 233 ◦ blue 237

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

Shades of Pale Turquoise #ABE9ED

Tints of Pale Turquoise #ABE9ED

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.35%

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

R = 26.68%
G = 36.35%
B = 36.97%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABE9ED (or 0xABE9ED) is known color: Pale Turquoise. HEX triplet: AB, E9 and ED. RGB value is (171,233,237). Sum of RGB (Red+Green+Blue) = 171+233+237=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABE9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE9ED is #541612. Grayscale: #D6D6D6. Windows color (decimal): -5510675 or 15591851. OLE color: 15591851.

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

Color convert

RGB 171 233 237 -
CMYK 0.28 0.02 0 0.07
HSL 183.64º 0.65% 0.8% -
HSV(B) 183.64º 0.28% 0.93% -
XYZ 61.22 73.05 90.99 -
YUV 214.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 171 233 237 0.28 0.02 0 0.07 183.64 0.65 0.8
Hex AB E9 ED 1C 2 0 7 B8 41 50
Octal 253 351 355 34 2 0 7 270 101 120
Binary 10101011 11101001 11101101 11100 10 0 111 10111000 1000001 1010000

Color Harmonies of #ABE9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE9ED

Black with #ABE9ED

Text Example


Text Example

White with #ABE9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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