Html Css Color HEX #A5EEED Pale Turquoise

📋 copy color: '#A5EEED'

red 165 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #A5EEED

Tints of Pale Turquoise #A5EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.19%

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

R = 25.78%
G = 37.19%
B = 37.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A5EEED (or 0xA5EEED) is known color: Pale Turquoise. HEX triplet: A5, EE and ED. RGB value is (165,238,237). Sum of RGB (Red+Green+Blue) = 165+238+237=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEED is #5A1112. Grayscale: #D7D7D7. Windows color (decimal): -5902611 or 15593125. OLE color: 15593125.

HSL color Cylindrical-coordinate representation of color #A5EEED: hue angle of 179.18º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEED is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 237 -
CMYK 0.31 0 0.00 0.07
HSL 179.18º 0.68% 0.79% -
HSV(B) 179.18º 0.31% 0.93% -
XYZ 61.38 75.26 91.41 -
YUV 216.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 165 238 237 0.31 0 0.00 0.07 179.18 0.68 0.79
Hex A5 EE ED 1F 0 0 7 B3 44 4F
Octal 245 356 355 37 0 0 7 263 104 117
Binary 10100101 11101110 11101101 11111 0 0 111 10110011 1000100 1001111

Color Harmonies of #A5EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEED

Black with #A5EEED

Text Example


Text Example

White with #A5EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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