Html Css Color HEX #A5EEEF Pale Turquoise

📋 copy color: '#A5EEEF'

red 165 ◦ green 238 ◦ blue 239

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

Shades of Pale Turquoise #A5EEEF

Tints of Pale Turquoise #A5EEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.23%

R = 25.7%
G = 37.07%
B = 37.23%

CMYK

 C value IS 0.31

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A5EEEF (or 0xA5EEEF) is known color: Pale Turquoise. HEX triplet: A5, EE and EF. RGB value is (165,238,239). Sum of RGB (Red+Green+Blue) = 165+238+239=642 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.70% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEEF is #5A1110. Grayscale: #D8D8D8. Windows color (decimal): -5902609 or 15724197. OLE color: 15724197.

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

Color convert

RGB 165 238 239 -
CMYK 0.31 0.00 0 0.06
HSL 180.81º 0.7% 0.79% -
HSV(B) 180.81º 0.31% 0.94% -
XYZ 61.67 75.38 92.96 -
YUV 216.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 165 238 239 0.31 0.00 0 0.06 180.81 0.7 0.79
Hex A5 EE EF 1F 0 0 6 B5 46 4F
Octal 245 356 357 37 0 0 6 265 106 117
Binary 10100101 11101110 11101111 11111 0 0 110 10110101 1000110 1001111

Color Harmonies of #A5EEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEEF

Black with #A5EEEF

Text Example


Text Example

White with #A5EEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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