Html Css Color HEX #A4EBE6 Pale Turquoise

📋 copy color: '#A4EBE6'

red 164 ◦ green 235 ◦ blue 230

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

Shades of Pale Turquoise #A4EBE6

Tints of Pale Turquoise #A4EBE6

RGB

 RED value IS 164 (64.45% from 255) = 26.07%

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

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

R = 26.07%
G = 37.36%
B = 36.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#A4EBE6 (or 0xA4EBE6) is known color: Pale Turquoise. HEX triplet: A4, EB and E6. RGB value is (164,235,230). Sum of RGB (Red+Green+Blue) = 164+235+230=629 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.07% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBE6 is #5B1419. Grayscale: #D5D5D5. Windows color (decimal): -5968922 or 15133604. OLE color: 15133604.

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

Color convert

RGB 164 235 230 -
CMYK 0.30 0 0.02 0.08
HSL 175.77º 0.64% 0.78% -
HSV(B) 175.77º 0.3% 0.92% -
XYZ 59.3 73.02 85.83 -
YUV 213.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 164 235 230 0.30 0 0.02 0.08 175.77 0.64 0.78
Hex A4 EB E6 1E 0 2 8 B0 40 4E
Octal 244 353 346 36 0 2 10 260 100 116
Binary 10100100 11101011 11100110 11110 0 10 1000 10110000 1000000 1001110

Color Harmonies of #A4EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EBE6

Black with #A4EBE6

Text Example


Text Example

White with #A4EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EBE6; }

 p { color: rgb(164,235,230); }

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

background-color css

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

 a { background-color: rgb(164,235,230); }

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

border-color css

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

 span { border-color: rgb(164,235,230); }

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