Html Css Color HEX #A5EBE3 Pale Turquoise

📋 copy color: '#A5EBE3'

red 165 ◦ green 235 ◦ blue 227

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

Shades of Pale Turquoise #A5EBE3

Tints of Pale Turquoise #A5EBE3

RGB

 RED value IS 165 (64.84% from 255) = 26.32%

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

 BLUE value IS 227 (89.06% from 255) = 36.2%

R = 26.32%
G = 37.48%
B = 36.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A5EBE3 (or 0xA5EBE3) is known color: Pale Turquoise. HEX triplet: A5, EB and E3. RGB value is (165,235,227). Sum of RGB (Red+Green+Blue) = 165+235+227=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBE3 is #5A141C. Grayscale: #D5D5D5. Windows color (decimal): -5903389 or 14936997. OLE color: 14936997.

HSL color Cylindrical-coordinate representation of color #A5EBE3: hue angle of 173.14º 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 #A5EBE3 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 227 -
CMYK 0.30 0 0.03 0.08
HSL 173.14º 0.64% 0.78% -
HSV(B) 173.14º 0.3% 0.92% -
XYZ 59.09 72.96 83.64 -
YUV 213.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 165 235 227 0.30 0 0.03 0.08 173.14 0.64 0.78
Hex A5 EB E3 1E 0 3 8 AD 40 4E
Octal 245 353 343 36 0 3 10 255 100 116
Binary 10100101 11101011 11100011 11110 0 11 1000 10101101 1000000 1001110

Color Harmonies of #A5EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBE3

Black with #A5EBE3

Text Example


Text Example

White with #A5EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBE3; }

 p { color: rgb(165,235,227); }

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

background-color css

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

 a { background-color: rgb(165,235,227); }

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

border-color css

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

 span { border-color: rgb(165,235,227); }

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