Html Css Color HEX #A5EDEA Pale Turquoise

📋 copy color: '#A5EDEA'

red 165 ◦ green 237 ◦ blue 234

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

Shades of Pale Turquoise #A5EDEA

Tints of Pale Turquoise #A5EDEA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

 BLUE value IS 234 (91.8% from 255) = 36.79%

R = 25.94%
G = 37.26%
B = 36.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A5EDEA (or 0xA5EDEA) is known color: Pale Turquoise. HEX triplet: A5, ED and EA. RGB value is (165,237,234). Sum of RGB (Red+Green+Blue) = 165+237+234=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDEA is #5A1215. Grayscale: #D7D7D7. Windows color (decimal): -5902870 or 15396261. OLE color: 15396261.

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

Color convert

RGB 165 237 234 -
CMYK 0.30 0 0.01 0.07
HSL 177.5º 0.67% 0.79% -
HSV(B) 177.5º 0.3% 0.93% -
XYZ 60.65 74.51 89.03 -
YUV 215.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 165 237 234 0.30 0 0.01 0.07 177.5 0.67 0.79
Hex A5 ED EA 1E 0 1 7 B2 43 4F
Octal 245 355 352 36 0 1 7 262 103 117
Binary 10100101 11101101 11101010 11110 0 1 111 10110010 1000011 1001111

Color Harmonies of #A5EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EDEA

Black with #A5EDEA

Text Example


Text Example

White with #A5EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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