Html Css Color HEX #A5EBED Pale Turquoise

📋 copy color: '#A5EBED'

red 165 ◦ green 235 ◦ blue 237

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

Shades of Pale Turquoise #A5EBED

Tints of Pale Turquoise #A5EBED

RGB

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

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

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

R = 25.9%
G = 36.89%
B = 37.21%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5EBED (or 0xA5EBED) is known color: Pale Turquoise. HEX triplet: A5, EB and ED. RGB value is (165,235,237). Sum of RGB (Red+Green+Blue) = 165+235+237=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EBED is #5A1412. Grayscale: #D6D6D6. Windows color (decimal): -5903379 or 15592357. OLE color: 15592357.

HSL color Cylindrical-coordinate representation of color #A5EBED: hue angle of 181.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBED is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 235 237 -
CMYK 0.30 0.01 0 0.07
HSL 181.67º 0.67% 0.79% -
HSV(B) 181.67º 0.3% 0.93% -
XYZ 60.51 73.53 91.12 -
YUV 214.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 165 235 237 0.30 0.01 0 0.07 181.67 0.67 0.79
Hex A5 EB ED 1E 1 0 7 B6 43 4F
Octal 245 353 355 36 1 0 7 266 103 117
Binary 10100101 11101011 11101101 11110 1 0 111 10110110 1000011 1001111

Color Harmonies of #A5EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBED

Black with #A5EBED

Text Example


Text Example

White with #A5EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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