Html Css Color HEX #A8EBF0 Pale Turquoise

📋 copy color: '#A8EBF0'

red 168 ◦ green 235 ◦ blue 240

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

Shades of Pale Turquoise #A8EBF0

Tints of Pale Turquoise #A8EBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.33%

R = 26.13%
G = 36.55%
B = 37.33%

CMYK

 C value IS 0.3

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8EBF0 (or 0xA8EBF0) is known color: Pale Turquoise. HEX triplet: A8, EB and F0. RGB value is (168,235,240). Sum of RGB (Red+Green+Blue) = 168+235+240=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8EBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBF0 is #57140F. Grayscale: #D7D7D7. Windows color (decimal): -5706768 or 15788968. OLE color: 15788968.

HSL color Cylindrical-coordinate representation of color #A8EBF0: hue angle of 184.17º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EBF0 is Cyan = 0.3, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 235 240 -
CMYK 0.3 0.02 0 0.06
HSL 184.17º 0.71% 0.8% -
HSV(B) 184.17º 0.3% 0.94% -
XYZ 61.58 74.03 93.48 -
YUV 215.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 168 235 240 0.3 0.02 0 0.06 184.17 0.71 0.8
Hex A8 EB F0 1E 2 0 6 B8 47 50
Octal 250 353 360 36 2 0 6 270 107 120
Binary 10101000 11101011 11110000 11110 10 0 110 10111000 1000111 1010000

Color Harmonies of #A8EBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBF0

Black with #A8EBF0

Text Example


Text Example

White with #A8EBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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