Html Css Color HEX #A8EBEE Pale Turquoise

📋 copy color: '#A8EBEE'

red 168 ◦ green 235 ◦ blue 238

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

Shades of Pale Turquoise #A8EBEE

Tints of Pale Turquoise #A8EBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 26.21%
G = 36.66%
B = 37.13%

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

#A8EBEE (or 0xA8EBEE) is known color: Pale Turquoise. HEX triplet: A8, EB and EE. RGB value is (168,235,238). Sum of RGB (Red+Green+Blue) = 168+235+238=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8EBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBEE is #571411. Grayscale: #D7D7D7. Windows color (decimal): -5706770 or 15657896. OLE color: 15657896.

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

Color convert

RGB 168 235 238 -
CMYK 0.29 0.01 0 0.07
HSL 182.57º 0.67% 0.8% -
HSV(B) 182.57º 0.29% 0.93% -
XYZ 61.29 73.91 91.93 -
YUV 215.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 168 235 238 0.29 0.01 0 0.07 182.57 0.67 0.8
Hex A8 EB EE 1D 1 0 7 B7 43 50
Octal 250 353 356 35 1 0 7 267 103 120
Binary 10101000 11101011 11101110 11101 1 0 111 10110111 1000011 1010000

Color Harmonies of #A8EBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBEE

Black with #A8EBEE

Text Example


Text Example

White with #A8EBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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