Html Css Color HEX #A8EBEC Pale Turquoise

📋 copy color: '#A8EBEC'

red 168 ◦ green 235 ◦ blue 236

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

Shades of Pale Turquoise #A8EBEC

Tints of Pale Turquoise #A8EBEC

RGB

 RED value IS 168 (66.02% from 255) = 26.29%

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

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 26.29%
G = 36.78%
B = 36.93%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8EBEC (or 0xA8EBEC) is known color: Pale Turquoise. HEX triplet: A8, EB and EC. RGB value is (168,235,236). Sum of RGB (Red+Green+Blue) = 168+235+236=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8EBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBEC is #571413. Grayscale: #D7D7D7. Windows color (decimal): -5706772 or 15526824. OLE color: 15526824.

HSL color Cylindrical-coordinate representation of color #A8EBEC: hue angle of 180.88º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBEC is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 235 236 -
CMYK 0.29 0.00 0 0.07
HSL 180.88º 0.64% 0.79% -
HSV(B) 180.88º 0.29% 0.93% -
XYZ 61 73.8 90.39 -
YUV 215.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 168 235 236 0.29 0.00 0 0.07 180.88 0.64 0.79
Hex A8 EB EC 1D 0 0 7 B5 40 4F
Octal 250 353 354 35 0 0 7 265 100 117
Binary 10101000 11101011 11101100 11101 0 0 111 10110101 1000000 1001111

Color Harmonies of #A8EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBEC

Black with #A8EBEC

Text Example


Text Example

White with #A8EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBEC; }

 p { color: rgb(168,235,236); }

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

background-color css

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

 a { background-color: rgb(168,235,236); }

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

border-color css

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

 span { border-color: rgb(168,235,236); }

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