Html Css Color HEX #A8F7ED Pale Turquoise

📋 copy color: '#A8F7ED'

red 168 ◦ green 247 ◦ blue 237

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

Shades of Pale Turquoise #A8F7ED

Tints of Pale Turquoise #A8F7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.88%

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

R = 25.77%
G = 37.88%
B = 36.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#A8F7ED (or 0xA8F7ED) is known color: Pale Turquoise. HEX triplet: A8, F7 and ED. RGB value is (168,247,237). Sum of RGB (Red+Green+Blue) = 168+247+237=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F7ED is #570812. Grayscale: #DEDEDE. Windows color (decimal): -5703699 or 15595432. OLE color: 15595432.

HSL color Cylindrical-coordinate representation of color #A8F7ED: hue angle of 172.41º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7ED is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 247 237 -
CMYK 0.32 0 0.04 0.03
HSL 172.41º 0.83% 0.81% -
HSV(B) 172.41º 0.32% 0.97% -
XYZ 64.7 80.96 92.34 -
YUV 222.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 168 247 237 0.32 0 0.04 0.03 172.41 0.83 0.81
Hex A8 F7 ED 20 0 4 3 AC 53 51
Octal 250 367 355 40 0 4 3 254 123 121
Binary 10101000 11110111 11101101 100000 0 100 11 10101100 1010011 1010001

Color Harmonies of #A8F7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F7ED

Black with #A8F7ED

Text Example


Text Example

White with #A8F7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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