Html Css Color HEX #A8EBE3 Pale Turquoise

📋 copy color: '#A8EBE3'

red 168 ◦ green 235 ◦ blue 227

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

Shades of Pale Turquoise #A8EBE3

Tints of Pale Turquoise #A8EBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.03%

R = 26.67%
G = 37.3%
B = 36.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A8EBE3 (or 0xA8EBE3) is known color: Pale Turquoise. HEX triplet: A8, EB and E3. RGB value is (168,235,227). Sum of RGB (Red+Green+Blue) = 168+235+227=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBE3 is #57141C. Grayscale: #D6D6D6. Windows color (decimal): -5706781 or 14937000. OLE color: 14937000.

HSL color Cylindrical-coordinate representation of color #A8EBE3: hue angle of 172.84º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBE3 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 227 -
CMYK 0.29 0 0.03 0.08
HSL 172.84º 0.63% 0.79% -
HSV(B) 172.84º 0.29% 0.92% -
XYZ 59.72 73.29 83.67 -
YUV 214.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 168 235 227 0.29 0 0.03 0.08 172.84 0.63 0.79
Hex A8 EB E3 1D 0 3 8 AD 3F 4F
Octal 250 353 343 35 0 3 10 255 77 117
Binary 10101000 11101011 11100011 11101 0 11 1000 10101101 111111 1001111

Color Harmonies of #A8EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBE3

Black with #A8EBE3

Text Example


Text Example

White with #A8EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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