Html Css Color HEX #A3F8E7 Pale Turquoise

📋 copy color: '#A3F8E7'

red 163 ◦ green 248 ◦ blue 231

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

Shades of Pale Turquoise #A3F8E7

Tints of Pale Turquoise #A3F8E7

RGB

 RED value IS 163 (64.06% from 255) = 25.39%

 GREEN value IS 248 (97.27% from 255) = 38.63%

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

R = 25.39%
G = 38.63%
B = 35.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#A3F8E7 (or 0xA3F8E7) is known color: Pale Turquoise. HEX triplet: A3, F8 and E7. RGB value is (163,248,231). Sum of RGB (Red+Green+Blue) = 163+248+231=642 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.39% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F8E7 is #5C0718. Grayscale: #DCDCDC. Windows color (decimal): -6031129 or 15202467. OLE color: 15202467.

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

Color convert

RGB 163 248 231 -
CMYK 0.34 0 0.07 0.03
HSL 168º 0.86% 0.81% -
HSV(B) 168º 0.34% 0.97% -
XYZ 63.1 80.69 87.85 -
YUV 220.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 163 248 231 0.34 0 0.07 0.03 168 0.86 0.81
Hex A3 F8 E7 22 0 7 3 A8 56 51
Octal 243 370 347 42 0 7 3 250 126 121
Binary 10100011 11111000 11100111 100010 0 111 11 10101000 1010110 1010001

Color Harmonies of #A3F8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F8E7

Black with #A3F8E7

Text Example


Text Example

White with #A3F8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F8E7; }

 p { color: rgb(163,248,231); }

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

background-color css

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

 a { background-color: rgb(163,248,231); }

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

border-color css

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

 span { border-color: rgb(163,248,231); }

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