Html Css Color HEX #A5F0EF Pale Turquoise

📋 copy color: '#A5F0EF'

red 165 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #A5F0EF

Tints of Pale Turquoise #A5F0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.27%

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

R = 25.62%
G = 37.27%
B = 37.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#A5F0EF (or 0xA5F0EF) is known color: Pale Turquoise. HEX triplet: A5, F0 and EF. RGB value is (165,240,239). Sum of RGB (Red+Green+Blue) = 165+240+239=644 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.62% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0EF is #5A0F10. Grayscale: #D9D9D9. Windows color (decimal): -5902097 or 15724709. OLE color: 15724709.

HSL color Cylindrical-coordinate representation of color #A5F0EF: hue angle of 179.2º degrees, saturation: 0.71, 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 #A5F0EF is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 239 -
CMYK 0.31 0 0.00 0.06
HSL 179.2º 0.71% 0.79% -
HSV(B) 179.2º 0.31% 0.94% -
XYZ 62.26 76.55 93.16 -
YUV 217.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 165 240 239 0.31 0 0.00 0.06 179.2 0.71 0.79
Hex A5 F0 EF 1F 0 0 6 B3 47 4F
Octal 245 360 357 37 0 0 6 263 107 117
Binary 10100101 11110000 11101111 11111 0 0 110 10110011 1000111 1001111

Color Harmonies of #A5F0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F0EF

Black with #A5F0EF

Text Example


Text Example

White with #A5F0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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