Html Css Color HEX #A5F7EF Pale Turquoise

📋 copy color: '#A5F7EF'

red 165 ◦ green 247 ◦ blue 239

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

Shades of Pale Turquoise #A5F7EF

Tints of Pale Turquoise #A5F7EF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.94%

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

R = 25.35%
G = 37.94%
B = 36.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#A5F7EF (or 0xA5F7EF) is known color: Pale Turquoise. HEX triplet: A5, F7 and EF. RGB value is (165,247,239). Sum of RGB (Red+Green+Blue) = 165+247+239=651 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.35% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F7EF is #5A0810. Grayscale: #DDDDDD. Windows color (decimal): -5900305 or 15726501. OLE color: 15726501.

HSL color Cylindrical-coordinate representation of color #A5F7EF: hue angle of 174.15º degrees, saturation: 0.84, 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 #A5F7EF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 247 239 -
CMYK 0.33 0 0.03 0.03
HSL 174.15º 0.84% 0.81% -
HSV(B) 174.15º 0.33% 0.97% -
XYZ 64.36 80.75 93.86 -
YUV 221.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 165 247 239 0.33 0 0.03 0.03 174.15 0.84 0.81
Hex A5 F7 EF 21 0 3 3 AE 54 51
Octal 245 367 357 41 0 3 3 256 124 121
Binary 10100101 11110111 11101111 100001 0 11 11 10101110 1010100 1010001

Color Harmonies of #A5F7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F7EF

Black with #A5F7EF

Text Example


Text Example

White with #A5F7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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