Html Css Color HEX #A8EBE7 Pale Turquoise

📋 copy color: '#A8EBE7'

red 168 ◦ green 235 ◦ blue 231

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

Shades of Pale Turquoise #A8EBE7

Tints of Pale Turquoise #A8EBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.44%

R = 26.5%
G = 37.07%
B = 36.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#A8EBE7 (or 0xA8EBE7) is known color: Pale Turquoise. HEX triplet: A8, EB and E7. RGB value is (168,235,231). Sum of RGB (Red+Green+Blue) = 168+235+231=634 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.50% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBE7 is #571418. Grayscale: #D6D6D6. Windows color (decimal): -5706777 or 15199144. OLE color: 15199144.

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

Color convert

RGB 168 235 231 -
CMYK 0.29 0 0.02 0.08
HSL 176.42º 0.63% 0.79% -
HSV(B) 176.42º 0.29% 0.92% -
XYZ 60.28 73.51 86.61 -
YUV 214.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 168 235 231 0.29 0 0.02 0.08 176.42 0.63 0.79
Hex A8 EB E7 1D 0 2 8 B0 3F 4F
Octal 250 353 347 35 0 2 10 260 77 117
Binary 10101000 11101011 11100111 11101 0 10 1000 10110000 111111 1001111

Color Harmonies of #A8EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBE7

Black with #A8EBE7

Text Example


Text Example

White with #A8EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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