Html Css Color HEX #A5FEED Pale Turquoise

📋 copy color: '#A5FEED'

red 165 ◦ green 254 ◦ blue 237

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

Shades of Pale Turquoise #A5FEED

Tints of Pale Turquoise #A5FEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.72%

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

R = 25.15%
G = 38.72%
B = 36.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#A5FEED (or 0xA5FEED) is known color: Pale Turquoise. HEX triplet: A5, FE and ED. RGB value is (165,254,237). Sum of RGB (Red+Green+Blue) = 165+254+237=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEED is #5A0112. Grayscale: #E1E1E1. Windows color (decimal): -5898515 or 15597221. OLE color: 15597221.

HSL color Cylindrical-coordinate representation of color #A5FEED: hue angle of 168.54º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEED is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 254 237 -
CMYK 0.35 0 0.07 0.00
HSL 168.54º 0.98% 0.82% -
HSV(B) 168.54º 0.35% 1% -
XYZ 66.24 85 93.04 -
YUV 225.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 165 254 237 0.35 0 0.07 0.00 168.54 0.98 0.82
Hex A5 FE ED 23 0 7 0 A9 62 52
Octal 245 376 355 43 0 7 0 251 142 122
Binary 10100101 11111110 11101101 100011 0 111 0 10101001 1100010 1010010

Color Harmonies of #A5FEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FEED

Black with #A5FEED

Text Example


Text Example

White with #A5FEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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