Html Css Color HEX #A5F6F2 Pale Turquoise

📋 copy color: '#A5F6F2'

red 165 ◦ green 246 ◦ blue 242

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

Shades of Pale Turquoise #A5F6F2

Tints of Pale Turquoise #A5F6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.06%

R = 25.27%
G = 37.67%
B = 37.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#A5F6F2 (or 0xA5F6F2) is known color: Pale Turquoise. HEX triplet: A5, F6 and F2. RGB value is (165,246,242). Sum of RGB (Red+Green+Blue) = 165+246+242=653 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.27% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F6F2 is #5A090D. Grayscale: #DDDDDD. Windows color (decimal): -5900558 or 15922853. OLE color: 15922853.

HSL color Cylindrical-coordinate representation of color #A5F6F2: hue angle of 177.04º 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 #A5F6F2 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 246 242 -
CMYK 0.33 0 0.02 0.04
HSL 177.04º 0.82% 0.81% -
HSV(B) 177.04º 0.33% 0.96% -
XYZ 64.5 80.32 96.11 -
YUV 221.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 165 246 242 0.33 0 0.02 0.04 177.04 0.82 0.81
Hex A5 F6 F2 21 0 2 4 B1 52 51
Octal 245 366 362 41 0 2 4 261 122 121
Binary 10100101 11110110 11110010 100001 0 10 100 10110001 1010010 1010001

Color Harmonies of #A5F6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F6F2

Black with #A5F6F2

Text Example


Text Example

White with #A5F6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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