Html Css Color HEX #A8F3E6 Pale Turquoise

📋 copy color: '#A8F3E6'

red 168 ◦ green 243 ◦ blue 230

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

Shades of Pale Turquoise #A8F3E6

Tints of Pale Turquoise #A8F3E6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.91%

 BLUE value IS 230 (90.23% from 255) = 35.88%

R = 26.21%
G = 37.91%
B = 35.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#A8F3E6 (or 0xA8F3E6) is known color: Pale Turquoise. HEX triplet: A8, F3 and E6. RGB value is (168,243,230). Sum of RGB (Red+Green+Blue) = 168+243+230=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F3E6 is #570C19. Grayscale: #DBDBDB. Windows color (decimal): -5704730 or 15135656. OLE color: 15135656.

HSL color Cylindrical-coordinate representation of color #A8F3E6: hue angle of 169.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3E6 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 230 -
CMYK 0.31 0 0.05 0.05
HSL 169.6º 0.76% 0.81% -
HSV(B) 169.6º 0.31% 0.95% -
XYZ 62.48 78.14 86.65 -
YUV 219.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 168 243 230 0.31 0 0.05 0.05 169.6 0.76 0.81
Hex A8 F3 E6 1F 0 5 5 AA 4C 51
Octal 250 363 346 37 0 5 5 252 114 121
Binary 10101000 11110011 11100110 11111 0 101 101 10101010 1001100 1010001

Color Harmonies of #A8F3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F3E6

Black with #A8F3E6

Text Example


Text Example

White with #A8F3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F3E6; }

 p { color: rgb(168,243,230); }

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

background-color css

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

 a { background-color: rgb(168,243,230); }

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

border-color css

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

 span { border-color: rgb(168,243,230); }

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