Html Css Color HEX #A8EBED Pale Turquoise

📋 copy color: '#A8EBED'

red 168 ◦ green 235 ◦ blue 237

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

Shades of Pale Turquoise #A8EBED

Tints of Pale Turquoise #A8EBED

RGB

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

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

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

R = 26.25%
G = 36.72%
B = 37.03%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8EBED (or 0xA8EBED) is known color: Pale Turquoise. HEX triplet: A8, EB and ED. RGB value is (168,235,237). Sum of RGB (Red+Green+Blue) = 168+235+237=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBED is #571412. Grayscale: #D7D7D7. Windows color (decimal): -5706771 or 15592360. OLE color: 15592360.

HSL color Cylindrical-coordinate representation of color #A8EBED: hue angle of 181.74º degrees, saturation: 0.66, 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 #A8EBED is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 235 237 -
CMYK 0.29 0.01 0 0.07
HSL 181.74º 0.66% 0.79% -
HSV(B) 181.74º 0.29% 0.93% -
XYZ 61.14 73.86 91.15 -
YUV 215.2 140.3 94.34 -
System Red Green Blue C M Y K H S L
Decimal 168 235 237 0.29 0.01 0 0.07 181.74 0.66 0.79
Hex A8 EB ED 1D 1 0 7 B6 42 4F
Octal 250 353 355 35 1 0 7 266 102 117
Binary 10101000 11101011 11101101 11101 1 0 111 10110110 1000010 1001111

Color Harmonies of #A8EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBED

Black with #A8EBED

Text Example


Text Example

White with #A8EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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