Html Css Color HEX #A3EBE8 Pale Turquoise

📋 copy color: '#A3EBE8'

red 163 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #A3EBE8

Tints of Pale Turquoise #A3EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.83%

R = 25.87%
G = 37.3%
B = 36.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#A3EBE8 (or 0xA3EBE8) is known color: Pale Turquoise. HEX triplet: A3, EB and E8. RGB value is (163,235,232). Sum of RGB (Red+Green+Blue) = 163+235+232=630 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.87% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EBE8 is #5C1417. Grayscale: #D5D5D5. Windows color (decimal): -6034456 or 15264675. OLE color: 15264675.

HSL color Cylindrical-coordinate representation of color #A3EBE8: hue angle of 177.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EBE8 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 235 232 -
CMYK 0.31 0 0.01 0.08
HSL 177.5º 0.64% 0.78% -
HSV(B) 177.5º 0.31% 0.92% -
XYZ 59.38 73.03 87.31 -
YUV 213.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 163 235 232 0.31 0 0.01 0.08 177.5 0.64 0.78
Hex A3 EB E8 1F 0 1 8 B2 40 4E
Octal 243 353 350 37 0 1 10 262 100 116
Binary 10100011 11101011 11101000 11111 0 1 1000 10110010 1000000 1001110

Color Harmonies of #A3EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EBE8

Black with #A3EBE8

Text Example


Text Example

White with #A3EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EBE8; }

 p { color: rgb(163,235,232); }

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

background-color css

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

 a { background-color: rgb(163,235,232); }

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

border-color css

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

 span { border-color: rgb(163,235,232); }

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