Html Css Color HEX #A5F6F5 Pale Turquoise

📋 copy color: '#A5F6F5'

red 165 ◦ green 246 ◦ blue 245

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

Shades of Pale Turquoise #A5F6F5

Tints of Pale Turquoise #A5F6F5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.5%

 BLUE value IS 245 (96.09% from 255) = 37.35%

R = 25.15%
G = 37.5%
B = 37.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#A5F6F5 (or 0xA5F6F5) is known color: Pale Turquoise. HEX triplet: A5, F6 and F5. RGB value is (165,246,245). Sum of RGB (Red+Green+Blue) = 165+246+245=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F6F5 is #5A090A. Grayscale: #DDDDDD. Windows color (decimal): -5900555 or 16119461. OLE color: 16119461.

HSL color Cylindrical-coordinate representation of color #A5F6F5: hue angle of 179.26º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F6F5 is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 246 245 -
CMYK 0.33 0 0.00 0.04
HSL 179.26º 0.82% 0.81% -
HSV(B) 179.26º 0.33% 0.96% -
XYZ 64.95 80.5 98.5 -
YUV 221.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 165 246 245 0.33 0 0.00 0.04 179.26 0.82 0.81
Hex A5 F6 F5 21 0 0 4 B3 52 51
Octal 245 366 365 41 0 0 4 263 122 121
Binary 10100101 11110110 11110101 100001 0 0 100 10110011 1010010 1010001

Color Harmonies of #A5F6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F6F5

Black with #A5F6F5

Text Example


Text Example

White with #A5F6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F6F5; }

 p { color: rgb(165,246,245); }

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

background-color css

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

 a { background-color: rgb(165,246,245); }

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

border-color css

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

 span { border-color: rgb(165,246,245); }

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