Html Css Color HEX #A5F8ED Pale Turquoise

📋 copy color: '#A5F8ED'

red 165 ◦ green 248 ◦ blue 237

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

Shades of Pale Turquoise #A5F8ED

Tints of Pale Turquoise #A5F8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.15%

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

R = 25.38%
G = 38.15%
B = 36.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#A5F8ED (or 0xA5F8ED) is known color: Pale Turquoise. HEX triplet: A5, F8 and ED. RGB value is (165,248,237). Sum of RGB (Red+Green+Blue) = 165+248+237=650 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.38% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F8ED is #5A0712. Grayscale: #DDDDDD. Windows color (decimal): -5900051 or 15595685. OLE color: 15595685.

HSL color Cylindrical-coordinate representation of color #A5F8ED: hue angle of 172.05º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8ED is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 237 -
CMYK 0.33 0 0.04 0.03
HSL 172.05º 0.86% 0.81% -
HSV(B) 172.05º 0.33% 0.97% -
XYZ 64.37 81.25 92.41 -
YUV 221.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 165 248 237 0.33 0 0.04 0.03 172.05 0.86 0.81
Hex A5 F8 ED 21 0 4 3 AC 56 51
Octal 245 370 355 41 0 4 3 254 126 121
Binary 10100101 11111000 11101101 100001 0 100 11 10101100 1010110 1010001

Color Harmonies of #A5F8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F8ED

Black with #A5F8ED

Text Example


Text Example

White with #A5F8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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