Html Css Color HEX #A0F6EF Pale Turquoise

📋 copy color: '#A0F6EF'

red 160 ◦ green 246 ◦ blue 239

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

Shades of Pale Turquoise #A0F6EF

Tints of Pale Turquoise #A0F6EF

RGB

 RED value IS 160 (62.89% from 255) = 24.81%

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

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

R = 24.81%
G = 38.14%
B = 37.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#A0F6EF (or 0xA0F6EF) is known color: Pale Turquoise. HEX triplet: A0, F6 and EF. RGB value is (160,246,239). Sum of RGB (Red+Green+Blue) = 160+246+239=645 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.81% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F6EF is #5F0910. Grayscale: #DBDBDB. Windows color (decimal): -6228241 or 15726240. OLE color: 15726240.

HSL color Cylindrical-coordinate representation of color #A0F6EF: hue angle of 175.12º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F6EF is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 239 -
CMYK 0.35 0 0.03 0.04
HSL 175.12º 0.83% 0.8% -
HSV(B) 175.12º 0.35% 0.96% -
XYZ 63.03 79.62 93.71 -
YUV 219.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 160 246 239 0.35 0 0.03 0.04 175.12 0.83 0.8
Hex A0 F6 EF 23 0 3 4 AF 53 50
Octal 240 366 357 43 0 3 4 257 123 120
Binary 10100000 11110110 11101111 100011 0 11 100 10101111 1010011 1010000

Color Harmonies of #A0F6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F6EF

Black with #A0F6EF

Text Example


Text Example

White with #A0F6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F6EF; }

 p { color: rgb(160,246,239); }

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

background-color css

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

 a { background-color: rgb(160,246,239); }

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

border-color css

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

 span { border-color: rgb(160,246,239); }

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