Html Css Color HEX #ABEBE8 Pale Turquoise

📋 copy color: '#ABEBE8'

red 171 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #ABEBE8

Tints of Pale Turquoise #ABEBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.83%

 BLUE value IS 232 (91.02% from 255) = 36.36%

R = 26.8%
G = 36.83%
B = 36.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#ABEBE8 (or 0xABEBE8) is known color: Pale Turquoise. HEX triplet: AB, EB and E8. RGB value is (171,235,232). Sum of RGB (Red+Green+Blue) = 171+235+232=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBE8 is #541417. Grayscale: #D7D7D7. Windows color (decimal): -5510168 or 15264683. OLE color: 15264683.

HSL color Cylindrical-coordinate representation of color #ABEBE8: hue angle of 177.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBE8 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 235 232 -
CMYK 0.27 0 0.01 0.08
HSL 177.19º 0.62% 0.8% -
HSV(B) 177.19º 0.27% 0.92% -
XYZ 61.07 73.9 87.39 -
YUV 215.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 171 235 232 0.27 0 0.01 0.08 177.19 0.62 0.8
Hex AB EB E8 1B 0 1 8 B1 3E 50
Octal 253 353 350 33 0 1 10 261 76 120
Binary 10101011 11101011 11101000 11011 0 1 1000 10110001 111110 1010000

Color Harmonies of #ABEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBE8

Black with #ABEBE8

Text Example


Text Example

White with #ABEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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